码迷,mamicode.com
首页 >  
搜索关键字:apache https git gogs    ( 190193个结果
【php】PHP环境整合
很久没装环境, 今天重新装了一次。遇到不少问题。记录下方便以后查看修改apache的配置文件httpd.conf#apache 解析phpLoadFile "C:/phpeve/php52/libmysql.dll" 加载dll文件。不用把文件放入system32文件夹下LoadModule php...
分类:Web程序   时间:2014-05-09 11:19:05    阅读次数:286
iOS ASIHTTPRequest 请求https
iOS终端请求服务端数据时,为了保证数据安全,我们一般会使用https协议加密,而对于iOS的网络编程,我们一般会使用开源框架:ASIHTTPRequest,但是如果使用传统的http方式,即使忽略验证的话,程序也会报[error-9844]的错误,具体错误如下描述:【Error Domain=AS...
分类:移动开发   时间:2014-05-09 11:18:15    阅读次数:436
java神奇问题汇总
com.sun.xml.bind.v2.ContextFactory类找不到的解决用cxf+spring发布webservice,使用apache-cxf客户端方式调用接口访问服务器时,报javax.xml.bind.JAXBException: Provider com.sun.xml.bind....
分类:编程语言   时间:2014-05-08 21:54:58    阅读次数:430
struts2+hibernate-jpa+Spring+maven 整合(1)
1.0.0 struts2 与 spring 的整合.1.1.0 新建maven工程 , 编写pom.xml ,这里只需要简单的添加 一个组件就够了:在myeclipse 生成的pom.xml 添加如下代码: org.apache.struts stru...
分类:编程语言   时间:2014-05-08 21:41:22    阅读次数:659
http https
http 明文传递https 加密
分类:其他好文   时间:2014-05-08 21:40:25    阅读次数:174
Sublime Text 2
常用功能:安装Package Control:https://sublime.wbond.net/多行选择、多行编辑鼠标选中多行,按下 Ctrl+Shift+L (Command+Shift+L) 即可同时编辑这些行;鼠标选中文本,反复按 CTRL+D (Command+D) 即可继续向下同时选中下...
分类:其他好文   时间:2014-05-08 21:37:03    阅读次数:431
ios PullToRefresh using animated GIF or image array or Vector image
说说那些令人惊叹的下拉效果1. 动画下拉,这里借用一下github的资源优点:直接用gif图处理,下拉进度完全按照gif图运行时间,只要时间和下拉进度匹配就可以了, 效果很流畅https://dribbble.com/shots/1418440-Twisted-gif?list=searches&t...
分类:移动开发   时间:2014-05-08 21:28:47    阅读次数:519
PHP CURL HTTPS POST
PHP CURL HTTPS POSTfunction vpost($url,$data){ // 模拟提交数据函数 $curl = curl_init(); // 启动一个CURL会话 curl_setopt($curl, CURLOPT_URL, $url); // 要访问的地址 curl_se...
分类:Web程序   时间:2014-05-08 21:04:59    阅读次数:368
angularjs script 标签不能通过ng-include 加载
今天发现一个通过ng-include 加载的页面在ie8下不显示不出来,检查发现引用页面里有script 标签,搜索发现是因为https://github.com/angular/angular.js/issues/3756已经不支持在ng-include 里加载script标签。解决办法:依照ne...
分类:Web程序   时间:2014-05-08 20:40:04    阅读次数:386
iOS开发之UITextField
###UITextField基本知识###[UITextField](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextField_Class/Reference/UITextField.html)...
分类:移动开发   时间:2014-05-08 20:15:11    阅读次数:372
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!