码迷,mamicode.com
首页 >  
搜索关键字:sqlerrorcodes loaded    ( 1420个结果
iOS9 出现 the resource could not be loaded because the app transport security policy requires the use of a secure connection 解决办法
今天更新了Xcode 7 正式版,App编译出现很多警告,在App运行的时候出现如下的提示.........the resource could not be loaded because the app transport security policy requires the use of a...
分类:移动开发   时间:2015-09-17 11:49:13    阅读次数:218
Spring-Loaded实现热更新
1.简介 ? ? ? Spring-Loaded是基于javaAgent实现的一个代理,更多javaAgent可以参考: java代理-javassist:http://my.oschina.net/OutOfMemory/blog/309283 官网:https://github.com/spring-projects/spring-...
分类:编程语言   时间:2015-09-16 18:16:38    阅读次数:770
Jquery表单插件ajaxForm用法详解
插件主要的方法: ajaxForm ajaxSubmit formToArray formSerialize fieldSerialize fieldValue clearForm clearFields resetForm ? 示例代码: ? 1 2 3 4 5 6 7 // wait for the DOM to be loaded $(document).r...
分类:Web程序   时间:2015-09-11 16:16:00    阅读次数:182
WPF 确认动态加载数据完成
整个wpf程序是读取xml文件生成的,所以当数量较大而且结构复杂的时候,就会出现显示一个空白(我这里设置了背景色,所以显示黑屏,默认是空白的)的窗口,然后才显示控件。但现在要求必须在控件显示完成后才做一些操作,最开始是用loaded事件,结果发现不行,因为是UserControl嵌套进Window,...
分类:Windows程序   时间:2015-09-10 17:27:11    阅读次数:251
使用spring-loaded开源项目,实现java程序和web应用的热部署
JDK1.5之后提供了java.lang.instrument.Instrumentation,即java agent机制能够实现类的redefinition和retransform。 redefinition对应Instrumentation.redefineClasses()能够实现类的热替换,但遗憾的是功能很有...
分类:编程语言   时间:2015-09-09 15:00:18    阅读次数:207
loaded the "ViewController" nib but the view outlet was not set. 处理方式
报错:Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the...
分类:其他好文   时间:2015-09-08 15:19:19    阅读次数:170
php 碎片笔记
1、修改 php.ini 加载路径 添加环境变量 ,新建系统变量PHPRC ,配置如下: 检验: 通过phpinfo(),查看系统配置 Loaded Configuration File ,识别系统当前加载的有效php.ini文件路径
分类:Web程序   时间:2015-09-07 22:50:54    阅读次数:194
iOS9 HTTP 不能正常使用的解决办法
今天升级Xcode 7.0 bata发现网络访问失败。输出错误信息The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.Go...
分类:移动开发   时间:2015-09-06 22:57:54    阅读次数:188
Interactive Reporting , SQL*Net not loaded successfully 问题的解决。
.bashrc 什么的,早就把 TNS_ADMIN , 和 LD_LIBRARY_PATH 加进去了,可就是不好使。终极方法还是在 workspace 的 R&A -> Services 里设置属性。LD_LIBRARY_PATH=/home/julian/app/julian/product/11...
分类:数据库   时间:2015-09-01 16:34:04    阅读次数:198
linux下yum命令出现Loaded plugins: fastestmirror
yum install的时候提示:Loaded plugins: fastestmirrorfastestmirror是yum的一个加速插件,这里是插件提示信息是插件不能用了。不能用就先别用呗,禁用掉,先yum了再说。1.修改插件的配置文件#vi/etc/yum/pluginconf.d/faste...
分类:系统相关   时间:2015-08-31 16:45:19    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!