这几天够折腾的了,一台很老很老的服务器,在启动之后,一个阵列磁盘掉线了:也许是磁盘坏了:服务器4个硬盘做的是RAID1,正常来说,坏了其中一二个硬盘是没有问题的。现更换了一个好的硬盘之后,系统无法启动:STOP: c0000218 {Registry File Failure}The registr...
分类:
其他好文 时间:
2015-06-18 11:05:12
阅读次数:
224
1.常规设置屏幕旋转 (Device Orientation || info.plist-----这两个地方的设置是同步的)1)targets->General->Deployment Info->Device Orientation 直接勾选想要的设备定位全局属性2)Supporting File...
分类:
移动开发 时间:
2015-06-17 12:55:38
阅读次数:
126
#include #include #include #include #include #include #include #include #include #include #define errExit(msg) (perror(msg),(exit(EXIT_FAILURE)))#defi...
分类:
系统相关 时间:
2015-06-16 22:42:38
阅读次数:
181
问题:Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared...
分类:
其他好文 时间:
2015-06-16 14:17:39
阅读次数:
137
1、mysql版本
5.5.24
2、ip
10.1.1.1
3、查看下slave状态
mysql>showslavestatus\G;
***************************1.row***************************
Slave_IO_State:Waitingformastertosendevent
Master_Host:10.1.1.1
Master_User:repl
Master_Port:1111
Connect_Retry:6..
分类:
其他好文 时间:
2015-06-16 01:37:01
阅读次数:
121
一、任务序列创建:1、添加操作系统WIM映像,右键OperatingSystems选择"ImportOperatingSystem";2、在OSType页面,选择"FullSetofsourcefiles":3、选择windows10映像所在位置:4、接受默认直接"Next"下一步继续:5、确定摘要信息,等待添加完成:6、单击"Finish"完成windows1..
需要在android studio 中配置gradle的代理。
我的android studio版本1.2.1;
打开preferences->build, execution, deployment->build tools->gradle->Gradle VM Options:
-Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8087
设置生成...
分类:
移动开发 时间:
2015-06-15 22:14:14
阅读次数:
161
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communications link failure during rollback().看到这个错误后先查看代码,首先想到,我先打开的数据库连接,并且执行了query和insert操作都没问题啊,但是最后的回滚就出问题了,下面根据日志分析一下:...
分类:
数据库 时间:
2015-06-15 22:11:16
阅读次数:
381
错误描述如下:$ adb install ./app/build/outputs/apk/app-debug.apk
2999 KB/s (8256380 bytes in 2.688s)
pkg: /data/local/tmp/app-debug.apk
Failure [INSTALL_FAILED_OLDER_SDK]原因就是您设备的Android版本过低,app不支持。...
分类:
移动开发 时间:
2015-06-15 18:45:47
阅读次数:
227
一、安装MDT2013Update1Preview:1、双击MicrosoftDeploymentToolkit2013_x64Update1Preview安装包:2、选择"Next"继续:3、勾选"IacceptthetermsintheLicenseAgreement"接受协议,"Next"继续:4、默认直接"Next"继续:5、暂时不加入,选择"Next"继续:6、选择"Install"继续:7..