why xdebug extension must be loaded as a zend extension? what is zend extension and what are the differents between regular php extension and zend extension? let’s start from that the extension l...
分类:
Web程序 时间:
2015-08-27 16:53:05
阅读次数:
329
在前写过“浅谈C#中的委托”和“浅谈C#中的事件”两篇博客,内容有些抽象,似乎难以说明委托和事件的关系。 今天通过一个小程序来进一步说明二者的使用及联系。 首先新建一个WPF应用程序,取名TestDelegateAndEvent。
在.xmal中加入四个按钮,并添加Window_Loaded事件。
代码如下:<Window x:Class="TestDelegateAndEvent.Main...
分类:
Windows程序 时间:
2015-08-26 17:59:56
阅读次数:
5309
原文:Xamarin Android 所见即所得问题运行Xamarin 时出现以下问题。 The layout could not be loaded : The operation failed due to an internal error : After scene creation ,#i...
分类:
移动开发 时间:
2015-08-20 12:09:58
阅读次数:
211
今天代码写的很烦躁,写完了,编译成功后,居然,尼玛,直接崩了。控制台输出如下错误: /****************************************************************/ tao? 14:37:17 dyld: Library not loaded: @rpat...
分类:
编程语言 时间:
2015-08-19 17:58:38
阅读次数:
582
新建项目,引入framework,运行时出现警告:dyld: Library not loaded: @rpath/RLLibrary.framework/RLLibrary
Referenced from: /var/mobile/Applications/AE92B234-A818-445E-9D69-96E232BD50EB/RLProjectDemo.app/RLProjectDem...
分类:
移动开发 时间:
2015-08-19 13:23:40
阅读次数:
185
把那个jsp-api.jarservlet-api.jar删除即可!Details:把 webapps\maintenance\WEB-INF\lib\ 下面的 servlet-api.jar 删掉吧! tomcat自己有,不需要你提供! 顺便看看其他的jar, 和 tomcat\lib 目录比较一...
分类:
编程语言 时间:
2015-08-19 09:21:56
阅读次数:
149
1. script with async = "async" and without defer: the browser load the outter-js and DOM in async mode, they are loaded at the same time.
2. script with defer = "defer" and without async: the browser...
分类:
其他好文 时间:
2015-08-18 22:53:54
阅读次数:
163
mod_rewrite是Apache的一个非常强大的功能,它可以实现伪静态页面。下面我详细说说它的使用方法1.检测Apache是否支持mod_rewrite通过php提供的phpinfo()函数查看环境配置,通过Ctrl+F查找到“Loaded Modules”,其中列出了所有apache2hand...
分类:
Web程序 时间:
2015-08-14 19:03:21
阅读次数:
133
今天升级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-08-13 14:21:51
阅读次数:
130
做了一个oc项目,里面有用到swift第三方,真机运行的时候是正常的,用企业级证书打包成ipa之后安装完成之后闪退,通过导出手机log日志发现错误提示:
Dyld Error Message:
Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/mobile/Containers/Bu...
分类:
编程语言 时间:
2015-08-11 19:01:21
阅读次数:
255