码迷,mamicode.com
首页 >  
搜索关键字:nerror not found    ( 6292个结果
彻底解决php报Class 'ZipArchive' not found的错误
原因是因为php安装的时候默认的zip是没有打开的,需要手动的打开。好了,既然引起这个问题的原因找到了,那么该如何解决那?1、在php.ini文件中,将extension=php_zip.dll前面的分号“;”去除;(如果没有,请添加extension=php_zip.dll此行并确保php_zip...
分类:Web程序   时间:2014-11-06 12:55:20    阅读次数:2971
iOS First week!
切换模拟器方向:?? + 方向箭。 默认情况模拟器太大了,屏幕都被占满了,着实看着不爽,还好有快捷键resize模拟器的大小: ?+1?for 100% ?+2?for 75% ?+3?for 50% Found here:?http://stackoverflow.com/...
分类:移动开发   时间:2014-11-06 11:11:50    阅读次数:152
[转]resolv.conf 配置信息重启后丢失解决方法
我要配置DNS,修改/etc/resolv.conf,修改后重启服务 service network restart ,修改/etc/resolv.conf的信息丢失,请大家看看。修改前的配置# No nameservers found; try putting DNS servers into y...
分类:其他好文   时间:2014-11-05 22:44:54    阅读次数:607
toastmasters(October 30, 2014)
October 30, 2014        19:00~21:00        Feishang Cafe Today I had only been there one hour, so I missed the Table Topics. I found that I could understand what they said in general. In the foll...
分类:其他好文   时间:2014-11-05 21:29:57    阅读次数:208
花生采摘
Mr. Robinson and his pet monkey Dodo love peanuts very much. One day while they were having a walk on a country road, Dodo found a sign by the road, ....
分类:其他好文   时间:2014-11-05 21:13:11    阅读次数:210
HDU5092——Seam Carving(动态规划+回溯)(2014上海邀请赛重现)
Seam CarvingDescriptionFish likes to take photo with his friends. Several days ago, he found that some pictures of him were damaged. The trouble is th...
分类:其他好文   时间:2014-11-05 19:26:39    阅读次数:255
-bash: wget: command not found的两种解决方法
今天给服务器安装新WDCP环境时,wget时提示-bash:wgetcommandnotfound,很明显没有安装wget软件包。一般linux最小化安装时,wget不会默认被安装,这里是CentOS 64位系统 解决方法:1、rpm安装下载wget的RPM包:32位:http://mirrors....
分类:其他好文   时间:2014-11-05 19:02:53    阅读次数:213
Unity打包xcode工程编译错误整理
Unity打包xcode工程二次开发遇到的问题及解决办法 1.library not found for -liPhone-lib  这个是libary路径的问题,打包的时候自行为路径加了引号“$(SRCROOT)/Libraries” 解决办法,将libary search path 下的路径引号去掉$(SRCROOT)/Libraries 2.openGL引用的错误,发送在xc...
分类:编程语言   时间:2014-11-05 10:53:54    阅读次数:225
解决Gradle minifyEnabled无法找到错误
Android studio最新版0.9支持proguard minify,shrinkResources ,尝试了下,提示找不到minifyEnabled方法 Error:(29, 0) Gradle DSL method not found: 'minifyEnabled()' google了几下,发现没人遇到,无意中看了下g+, 发现Android Studio团队发了条消息说需...
分类:其他好文   时间:2014-11-04 21:11:45    阅读次数:175
访问struts2的action页面出现白板问题
访问struts2的action页面出现白板问题故需要设置拦截此action的拦截栈, /pages/Developer/loginJsp/no_power.jsp /not_found.jsp ...
分类:其他好文   时间:2014-11-04 19:13:03    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!