Quantcast
Channel: 就是不分类 | 未完待续
Browsing all 15 articles
Browse latest View live

IE8出现“网页有错误,找不到元素”错误解决方法

如果IE8出现“网页有错误,找不到元素”的错误,有可能是注册表中的值被修改了导致的,通常情况下将如下内容保存成一个.reg注册表文件,导入注册表即可: Windows Registry Editor Version 5.00   [HKEY_CLASSES_ROOT\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32]...

View Article



Image may be NSFW.
Clik here to view.

IE iframe文档模式继承关系

上周人肉探测了一份不同浏览器(IE 8/9/10)下iframe页面与父页面文档模式关系表。 大致结论是: 1.在父窗口文档模式小于9的情况下:iframe中的页面可以指定自己的文档模式,但是最高不超过8。 2.在文档模式为9/10的情况下:iframe中的页面自己指定文档模式无效,直接继承自父页面文档模式。...

View Article

Linode 8周年,赠送20%空间

Linode今天在Blog上宣布为每个用户赠送20%的存储空间,新老用户都有效。虽然说送空间不如送内存送流量实惠,但对于偶这种在上门存很多图片的人来说,还是很用的。启用也很简单,关闭服务器,调整空间,启动服务器后就生效,详见官方说明resizing。 Related posts:Google Storage提供付费功能提升限额Hello Linode!Linode 9周年促销优惠 Linode...

View Article

[翻译]iOS应用程序性能优化(摘要)

原文:iOS App Programming Guide / Performance Tuning 大致翻译了一下主要内容,难免有误,请留言指出。 iOS应用程序编程指南 性能优化 使应用程序备份更高效 应用程序备份最佳实践 iCloud和iTunes备份不包含以下目录: <Application_Home>/AppName.app...

View Article

Image may be NSFW.
Clik here to view.

iPhone 5

花了我二十多年积攒下来的人品,终于中奖了一次。坏消息是高高兴兴拆开了因为没nano-SIM卡还无法激活,需去营业厅办理换卡不说,还得为它买一个保护壳,而最终的用户还不是我。 拆开了后对比iPhone4的确轻不少,底部的喇叭口比4/4S大,没以前的好看。 -EOF- Related posts:修改iPhone程序名${PRODUCT_NAME}[中文]iOS技术问答 QA1747...

View Article


Happy Python Year!

祝大家每天都能有Ruby,Girls们都能C++,Boys们都会Objective-C! Related posts:Happy New Year!2010新年快乐!Happy New Year 2012!Happy New Year!新年快乐Copyright © 2005~2011 | Permalink | 0 Comments | Close To U 订阅 Twitter Linode...

View Article

Linode提供免费试用4小时

昨日起Lindoe开始提供免费4小时试用服务,有需要的童鞋可以去体验一下。如想购买又没有信用卡的同学,本人亦可提供代购。 -EOF- Related posts:Hello Linode!Linode 8周年,赠送20%空间Linode 9周年促销优惠 Linode Birthday Giveaway!Linode Promotion CodeExpressionEngine Core...

View Article

iTunes Connect数据小结

前段时间发布了一个免费得App到App Store,最近留意了一下数据,总结一些经验: iTunes Connect数据不是实时更新得,每天更新一次,大约在北京时间18:30左右 并不能查看到最近一周得汇总数据,要等下周一才会产生周报表,但在可以在Web上看到按日的趋势图 3.周报表生成时间略晚于平时,周一的报表约在19:30左右产生 顺带广告下这个用于查看iOS内置字体的免费应用Fonts...

View Article


[中文]iOS技术问答 QA1361 检测调试器

问:我如何确定程序是在调试器下运行? 答:当进程被调试的时候,内核自动设置进程选项为P_TRACED,可以通过检查当前进程是否存在该标记来确认是否处于被调试状态。 via Technical Q&A QA1361 Detecting the Debugger -EOF- Copyright © 2005~2011 | Permalink | 0 Comments | Close To U...

View Article


[中文]iOS技术问答 QA1747 调试部署的iOS应用程序

QA1747调试部署的iOS应用程序 问:我如何在没有Xcode调试器的情况下调试一个已部署的程序? 答:一旦你已经部署你的应用,无论是通过App Store还是企业部署,你都无法使用Xcode的调试器调试它。你需要通过分析设备的崩溃日志和控制台的输出来调试问题。 更多丰富NSLog语句的信息,请查看 Improved logging in Objective-C.。 获得奔溃日志和控制台输出...

View Article

Image may be NSFW.
Clik here to view.

Chrome 60 启用快速查看网站SSL证书

早期的 Chrome 可以直接在地址栏里点击前面的锁图标就能在查看到网站的SSL证书信息,这么便利的入口后来却被去掉了。在最新版的 Chrome 60 中对该功能做了妥协,需要用户手动开启,开启的方式则是去到 Chrome 的启动设置标记(chrome://flags/#show-cert-link)中启用 Show certificate link 功能,并重启 Chrome 。 重启...

View Article

How to check which shell I am using?

Run the following command in the current terminal: echo $0 Then it will output something like this: -sh OR run: ps -p $$ To see what shells are available? run: cat /etc/shells Related...

View Article

Predefined macros in compilers(clang, gcc)

To list clang’s pre-defined macros for clang, run: clang -x c /dev/null -dM -E To list gcc’s pre-defined macros for gcc, run: gcc -x c /dev/null -dM -E The macros are used for checking which...

View Article


Update FreeBSD hostname

1. Show current hostname hostname 2. Edit `/etc/rc.conf` vim /etc/rc.conf And modify the hostname hostname="new-freebsd-hostname" 3. Edit `/etc/hosts` vim /etc/hosts and add new hostname mapping ::1...

View Article

SSH Port Forwarding

The following command can be used to create a SSH Tunneling which forwards any connection to port 1234 on the local machine to port 4321 on localhost via example.com ssh -N -L 1234:localhost:4321 -p 22...

View Article

Browsing all 15 articles
Browse latest View live




Latest Images