- 博客(6)
- 收藏
- 关注
转载 NET/C#初学者或者对Visual Studio不熟练的快捷键
## 适用人群 1..NET/C#初学者或者对Visual Studio不熟练的; 2.愿意在.NET/C#开发中提高Visual Studio的操作技巧的 ## 课程简介 在我们使用Visual Studio作.NET/C#的开发编码时,即使编写相同的代码每个人的编码速度和效率也是不相同的,这很大程度上是因为对Visual Studio的操作熟练程序不同造成的。 本课程是一门关于如何快速提升.N...
2018-07-13 11:54:19
404
转载 Visual Studio 2017各版本安装包离线下载、安装全解析
企业版:vs_enterprise.exe --layout c:\vs2017offline专业版:vs_professional.exe --layout c:\vs2017offline社区版:vs_community.exe --layout c:\vs2017offline如果需要下载单一语言的或其中某几种语言的离线文件,可采用以下
2018-02-03 22:30:52
1625
原创 npm install出现"Unexpected end of JSON input while parsing near"错误解决方法
npm cache clean --forcenpm ERR! Unexpected end of JSON input while parsing near '...29},"3.0.7":{"name":"'npm ERR! A complete log of this run can be found in:npm ERR! C:\Users\Administrato
2018-02-03 18:16:31
1932
转载 C# webBrowser禁止在新窗口打开,强制在本窗口打开
进行webBrower开发的时候,肯定都会遇到一个问题。那就是怎么样强制在本窗口打开新窗口的问题。网上最常见的解决方法就是,在NewWindow事件中取得要打开的网址,取消打开新窗口,然后在本窗口打开要转向的网址p rivate void webBrowser_1_NewWindow(object sender, CancelEventArgs e){
2015-09-14 07:41:50
586
转载 android webview设置自适应任意大小的pc网页
WebSettings webSettings = view.getSettings(); webSettings.setJavaScriptEnabled(true); // User settings webSettings.setJavaScriptEnabled(true); webSettings.setJavaScriptCanOpenW
2015-08-15 09:43:43
561
原创 如何知道当前显示的Acitvity的包名及APK名
1、如何知道当前Activity的包名:运行命令:adb shell "dumpsys activity | grep Focuse" 输出:mFocusedActivity: ActivityRecord{41a986b0 u0 com.yulong.android.launcher3/.Launcher t3} 这里的com.yulong.android.launcher3
2015-07-22 11:32:20
469
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人