码迷,mamicode.com
首页 >  
搜索关键字:ubuntu tomcat https    ( 176871个结果
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
Apache HTTP Server 与 Tomcat 的三种连接方式介绍
Apache HTTP Server 与 Tomcat 的三种连接方式介绍 整合 Apache Http Server 和 Tomcat 可以提升对静态文件的处理性能、利用 Web 服务器来做负载均衡以及容错、无缝的升级应用程序。本文介绍了三种整合 Apache 和 Tomcat 的方式。 3 评论...
分类:其他好文   时间:2014-05-08 19:56:35    阅读次数:358
Apache HTTP Server 与 Tomcat 的三种连接方式介绍
Apache HTTP Server 与 Tomcat 的三种连接方式介绍 整合 Apache Http Server 和 Tomcat 可以提升对静态文件的处理性能、利用 Web 服务器来做负载均衡以及容错、无缝的升级应用程序。本文介绍了三种整合 Apache 和 Tomcat 的方式。 3 评论...
分类:其他好文   时间:2014-05-08 19:48:45    阅读次数:329
js库
lanchpad用的js库http://lesscss.org/https://github.com/EightMedia/hammer.js/wiki/Getting-Startedhttp://iscrolljs.com/http://modernizr.com/docs/http://www....
分类:Web程序   时间:2014-05-08 19:40:02    阅读次数:380
Ubuntu下sudo apt-get install vim 失败的解决办法
Ubuntu下执行命令:sudo apt-get install vim 失败解决办法:更新一下,命令:sudoapt-getupdate再安装即可成功:sudo apt-get install vim
分类:其他好文   时间:2014-05-07 20:11:29    阅读次数:349
ubuntu命令行操作mysql常用操作
登陆mysql harvey@harvey-Virtual-Machine:~/ruby/mydiary$ mysql -u root -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g. 查看所有的数据...
分类:数据库   时间:2014-05-07 20:06:47    阅读次数:452
command-not-found has crashed
command-not-found has crashed
分类:其他好文   时间:2014-05-07 19:52:22    阅读次数:266
有关服务器,web 服务器,WEB容器的一点总结
所谓的服务器,广义上讲有很多的概念,硬件角度上说就是一台高性能的Computer。我们通常指的服务器其实应该是装有能够处理具体请求事务的服务器软件的Computer。比如最常见的www服务器、mail服务器、计费服务器、ftp服务器等等。很多时候人们常把诸如Tomcat、IIS、Weblogic 也...
分类:Web程序   时间:2014-05-07 19:38:12    阅读次数:429
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!