运行: pip install mysql-python报错如下: Downloading/unpacking MYSQL-python Downloading MySQL-python-1.2.5.zip (108kB): 108kB downloaded Running setup.py...
分类:
数据库 时间:
2014-12-11 17:08:18
阅读次数:
191
iOS的应用程序的生命周期,还有程序是运行在前台还是后台,应用程序各个状态的变换,这些对于开发者来说都是很重要的。 iOS系统的资源是有限的,应用程序在前台和在后台的状态是不一样的。在后台时,程序会受到系统的很多限制,这样可以提高电池的使用和用户体验。1、应用程序的状态 Not running...
分类:
移动开发 时间:
2014-12-11 12:01:53
阅读次数:
175
// Turn off all error reportingerror_reporting(0);// Report simple running errorserror_reporting(E_ERROR | E_WARNING | E_PARSE);// Reporting E_NOTICE ...
分类:
Web程序 时间:
2014-12-10 12:17:19
阅读次数:
154
With a node package manager's (npm) package.jsonscriptproperty, you can preconfigure common tasks like running unit tests withnpm $SCRIPT_NAME.package...
分类:
Web程序 时间:
2014-12-10 00:30:55
阅读次数:
349
android:persistentWhether or not the application should remain running at all times — "true" if it should, and "false" if not. The default value is "f...
分类:
移动开发 时间:
2014-12-09 19:28:17
阅读次数:
165
使用Maven中的maven-build来本地调试项目,启动后在console出现如下错误信息
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)on project XXXX: Compilation failure
[ERR...
分类:
其他好文 时间:
2014-12-09 15:40:11
阅读次数:
1551
linux 3.10 busybox initramfs构建 qemu调试
我的环境是vm ware虚拟机跑的centos 7 64位系统
1: 安装qemu
先安装SDL,负责qemu运行后只出现VNC server running on `::1:5900',而不出现qemu运行窗口,具体参考:
http://www.crifan.com/qemu_test_arm_vnc_serve...
分类:
系统相关 时间:
2014-12-09 12:23:26
阅读次数:
644
Running the complier from the Command LineCC prog1.ccFor windows, it will generate the executable file named prog1.exeFor UNIX, it tends to put their ...
分类:
其他好文 时间:
2014-12-08 22:48:19
阅读次数:
274
1. MySQL数据库主从同步延迟原理。要说延时原理,得从mysql的数据库主从复制原理说起,mysql的主从复制都是单线程的操作,主库对所有DDL和DML产生binlog,binlog是顺序写,所以效率很高,slave的Slave_IO_Running线程到主库取日志,效率很比较高,下一步,问题来...
分类:
数据库 时间:
2014-12-08 17:02:28
阅读次数:
224
今天突然遇到这样一个错误,编译可以通过,但是运行就会弹出这个错误提示:An error was encountered while running(Domain=LaunchSerivcesError, Code=0)解决办法就是重置模拟器。点击模拟器菜单中的Reset Contents and S...
分类:
其他好文 时间:
2014-12-08 13:42:09
阅读次数:
134