码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
phpstrom添加monokai-sublime主题
phpstrom默认的主题看起来不是特别舒服,sublime的主题却相当养眼,搜索之后,大为惊喜。下载地址:https://github.com/sumiaowen/jetbrains-monokai-sublime 但是这个主题由于其他因素限制,字体也不完善,于是刚才了 "Source Code ...
分类:Web程序   时间:2015-06-06 16:14:34    阅读次数:1567
QString内部仍采用UTF-16存储数据且不会改变(一共9种不同情况下的编码)
出处:https://blog.qt.io/cn/2012/05/16/source-code-must-be-utf-8-and-qstring-wants-it/但是注意,这只是QT运行(RunTime)过程中采用的编码,并不代表源码文件里也是这样的。恰恰相反,源码文件必须是UTF8,带不带BO...
分类:其他好文   时间:2015-06-05 00:17:06    阅读次数:255
关于ActionBar的向下兼容
1. Create a blank Android Project创建一个空的Android项目。a. 导入ActionBarCompat工程。ActionBarCompat的source code位置是:/extras/android/support/v7/appcompat‘这样我们就得到一个名...
分类:其他好文   时间:2015-06-04 15:23:38    阅读次数:133
第八篇、SVN在Mac上使用
Mac自带svn软件1.创建目录 svn-repository/source-code 2.svnadmin create /Users/liaokailin/svn-repository/source-code 3.修改svnserve.conf文件 anon-access = read a...
分类:系统相关   时间:2015-05-31 01:17:13    阅读次数:273
iOS.Crash.[__NSArrayM objectForKeyedSubscript:]
1.[__NSArrayM objectForKeyedSubscript:]: unrecognized selector sent to instance - source code and screenshot attachedhttp://stackoverflow.com/question...
分类:移动开发   时间:2015-05-27 20:36:06    阅读次数:2190
jQuery - 中文輸入法與KeyDown/KeyPress事件
最近專案中引用了Telerik ASP.NET擴充元件AutoComplete輸入欄位,測試時發現偶爾會不聽始喚,輸入文字時無法觸發資料查詢,在Javascript Source Code裡反覆追蹤測試,燃燒了可觀的寶貴春青,終於理出頭緒: 問題在中文輸入法!過去模糊地知道中文輸入在瀏覽器的鍵盤事件...
分类:Web程序   时间:2015-05-27 11:58:52    阅读次数:125
Building android AOSP on Mac OS X Mountain Lion
I have been working with the Android AOSP source code for some time now and spent endless hours searching the internet for problems that arose on diff...
分类:移动开发   时间:2015-05-26 12:01:22    阅读次数:257
vs2005_the breakpoint will not currently be hit. The source code is different from the original verison.
公司开发只能用英文版的VS2005 (雅蠛蝶)Tool-->Options-->Debugging->General:把Require source files to exactly match the orginal version的复选勾去掉就OK了。
分类:其他好文   时间:2015-05-19 20:34:28    阅读次数:289
Source Insight的基本用法
Source Insight的基本用法 备注:转载文章转载连接:http://www.crifan.com/crifan_recommand_development_tool_windows_view_source_code_source_insight/【多图详解】用Source Insight创...
分类:其他好文   时间:2015-05-19 10:26:32    阅读次数:167
The Linker Is Not a Magical Program
The Linker Is Not a Magical ProgramWalter BrightDEPRESSiNGLY OFTEN (happened to me again just before I wrote this), the view that many programmers have of the process of going from source code to a sta...
分类:其他好文   时间:2015-05-18 11:00:22    阅读次数:121
706条   上一页 1 ... 48 49 50 51 52 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!