网站出现这样的错误信息:Error Summary:HTTP Error 503.2 - Service UnavailableThe serverRuntime@appConcurrentRequestLimit setting is being exceeded.Detailed Error I...
分类:
其他好文 时间:
2014-12-02 19:11:26
阅读次数:
262
留着自已以后用:http://blog.csdn.net/nivana999/article/details/78238051、sublime text实现vim命令格式(Vintage插件是自带的插件,默认是忽略掉的)选择,setting user下,添加一条命令:"ignored_package...
分类:
其他好文 时间:
2014-12-01 22:20:02
阅读次数:
255
1,首先,通过File->New Project的方式新建一个工程,打开"New Project"对话框.2,选择Visual C++语言下的 Win32->Win32Project,如图: 3,选择上一步的确定(OK)后,在向导中选择左侧的'Application Setting"选项卡,选择'....
分类:
编程语言 时间:
2014-11-30 06:17:43
阅读次数:
213
Edit-Project Setting-Editor-Asset Serialization-mode Force Text
分类:
编程语言 时间:
2014-11-29 18:59:07
阅读次数:
382
默认User版本没有“开发者选项”,我们可以通过点击版本号7次来显示开发者模式,今天来看下代码中是如何处理的:
首先是packages/apps/Settings/src/com/android/settings/Settings.java的初始化处理:
布尔值showDev是否默认显示“开发者选项”:
final boolean showDev = mDevelopmentPrefere...
分类:
移动开发 时间:
2014-11-29 11:57:23
阅读次数:
1485
1,在window中,打开'C:\Users\Administrator\.android\avd\4.4.2.avd\config.ini'文件(我的是win7,xp的貌似不是'Users',是'Document And Setting',其中,'4.4.2'是我命名的模拟器名称. 2,找到...
分类:
移动开发 时间:
2014-11-29 06:37:44
阅读次数:
146
到jpython2.5.3文件下,找到registry文件,将里面的内容这个部分修改 修改前: # Setting this to a valid codec name will cause the console to use a # different encoding when reading commands from the c...
分类:
编程语言 时间:
2014-11-27 19:01:06
阅读次数:
319
在TARGETS-Bulid Phares-Compile Sources中找到非ARC的文件,双击,在弹出的框中添加1-fno-objc-arc如图:即可PS:如果项目建立时未使用ARC,想将其改为ARC,可以在building setting中修改在Building Setting中搜索auto...
分类:
其他好文 时间:
2014-11-27 16:14:23
阅读次数:
140
Here is how to setup JAVA_HOME and PATH environment variables for a single user or all users on Fedora Linux system. Setting JAVA_HOME and PATH for a single user add following lines in the end of?...
分类:
编程语言 时间:
2014-11-27 13:00:05
阅读次数:
223
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1解决方法:在Build Setting 搜索框中搜索...
分类:
其他好文 时间:
2014-11-26 22:35:42
阅读次数:
233