function loaded() { var myscroll=new iScroll("wrapper",{hScrollbar:false, vScrollbar:false});}window.addEventListener("load",loaded,false);http://www....
分类:
移动开发 时间:
2014-08-08 20:42:36
阅读次数:
229
1.解决的办法:GDB调试时使用list命令时出现 “No symbol table is loaded. Use the "file" command”提示,其实是C编译器的选项CFLAGS没有设置好,gcc -o进行编译时不用不用写“-g”选项,只需在makefile文件开头写上“CFLAGS ...
分类:
数据库 时间:
2014-08-08 12:32:56
阅读次数:
4489
一:问题 targets中证书的设置1.项目支持多设备(Xcode5.1.1支持低版本)2.真机测试要确保Code Siging 设置没问题支持的最低版本二 :问题:image not foundLibrary not loaded: /System/Library/Frameworks/AdSup...
分类:
其他好文 时间:
2014-08-07 18:31:40
阅读次数:
271
如果uwsgi错误中提示
*** no app loaded. going in full dynamic mode ***
执行
[plain] view
plaincopy
aptitude install uwsgi-plugin-python
之后重启uwsgi...
分类:
其他好文 时间:
2014-08-07 13:16:10
阅读次数:
185
rails nameerror uninitialized constant classwill occur if your rails console is not loaded with configuration of the class file containing method bein...
分类:
其他好文 时间:
2014-08-06 01:25:40
阅读次数:
209
1.先使用phpinfo.php文件打印出信息2.找到Loaded Configuration File 根据他的路径去修改php.ini文件3.打开php.ini文件,搜索 short_open_tag = Off 他默认的就是关闭的 ,将他改为On,然后重启apache就可以了本人亲自尝试过,绝...
分类:
其他好文 时间:
2014-08-05 13:46:09
阅读次数:
251
在php中会有2种扩展 一般的mysql都属于extension 而 像xdebug却是zend_extension 错误提示 NOTICE: PHP message: PHP Warning: Xdebug MUST be loaded as a Zend extension 分析: mysql扩展配置如下 extension=...
分类:
其他好文 时间:
2014-07-30 10:14:34
阅读次数:
227
Modules are small kernel extensions ,that may be loaded and unloaded at will● Can implement drivers, filesystems, firewall,and more● Are located under...
分类:
系统相关 时间:
2014-07-29 20:53:52
阅读次数:
235
今天用pro安装nginx+php+mysql出现问题的解决方法
by 伍雪颖
dyld: Library not loaded: @@HOMEBREW_CELLAR@@/openssl/1.0.1h/lib/libcrypto.1.0.0.dylib
Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Re...
分类:
数据库 时间:
2014-07-27 23:59:59
阅读次数:
1046
AppInit_DLLs is a mechanism that allows an arbitrary list of DLLs to be loaded into each user mode process on the system. Microsoft is modifying the A...
分类:
移动开发 时间:
2014-07-25 10:55:01
阅读次数:
326