
异常排错
Jacob_son
这个作者很懒,什么都没留下…
展开
-
xcode编译目标设备配置
<br />Reference: http://stackoverflow.com/questions/3677487/install-xcode-3-2-4-get-base-sdk-missingEdit Project SettingsLoad your projectFrom the menu, select Project > Edit Project Settings...Click the "Build" tab.Under "Configurations" select "All Confi转载 2011-02-09 10:29:00 · 1685 阅读 · 0 评论 -
[20110218]工作随笔
1.没法用QQ,用了一段时间的gmail,再下载chroma浏览器,才发现原来google的整合这么厉害(像便签、开发人员工具等)。2.今天突然发现前两天JS代码中用$.getJSON的方法都没办法正确得到返回值,改为$.ajax方法后正常,不知道是何原因(上网查了下挺多人碰到类似的情况)。原创 2011-02-18 16:32:00 · 443 阅读 · 0 评论 -
[20110221]工作随笔
1.打开vs2008出错:System.Runtime.InteropServices.COMExceptionDisable allow anonymous access to your ISS application. You can do that trough computer management/services&applications/iis/defaultwebsite/. Right click on your website and then select directory secu原创 2011-02-21 11:23:00 · 434 阅读 · 0 评论 -
[20110222]工作随笔
1.今天碰到div层叠在android真机调试,会出现处于下一层层上的按钮、超链接等元素在屏幕触摸时会得到焦点(层的穿透问题)。可以在层上放一个iframe(有点像div与select冲突的解决方式)或者设置弹出层的style: pointer-events:none (但是它不支持IE)。有待进一步测试。2.原创 2011-02-22 20:10:00 · 382 阅读 · 0 评论