码迷,mamicode.com
首页 >  
搜索关键字:get    ( 75501个结果
>>fun:httpPost/httpGET>>功能:向$url POST/GET 数据
>>>函数名:httpPost 功能:向$url POST $data数据 code: /**  * [httpPost  向$url POST $data数据]  * @param  [sting] $url  [action url]  * @param  [array] $data [数据数组 eg:$data = array('user'=>'myname','pwd'=>...
分类:Web程序   时间:2015-05-01 10:45:58    阅读次数:164
js - get-the-value-from-the-url-parameter(可以在非模态对话框中使用)
ref: http://stackoverflow.com/questions/979975/how-to-get-the-value-from-the-url-parameter 函数:function getQueryParams(qs) { qs = qs.split("+").j...
分类:Web程序   时间:2015-05-01 10:42:24    阅读次数:151
PHP 日期与时间函数库
函数描述checkdate()验证格利高里日期。date_default_timezone_get()返回默认时区。date_default_timezone_set()设置默认时区。date_sunrise()返回给定的日期与地点的日出时间。date_sunset()返回给定的日期与地点的日落时间...
分类:Web程序   时间:2015-05-01 09:19:08    阅读次数:130
安装python 科学计算库
http://www.softpedia.com/get/Programming/Other-Programming-Files/Python-x-y.shtmlPythonxy兴趣小组QQ群237031331,欢迎岩土届科研人士加入。软件下载地址:http://code.google.com/p/...
分类:编程语言   时间:2015-05-01 09:18:19    阅读次数:147
ubuntu14.0换源
由于种种原因,决定今天开始从centos7转为ubuntu14.0.但是一开始就遇到了一个问题。ubuntu的源貌似被墙了。没有办法,只好换源。如是参考了下面的帖子。换源参考链接但是又出现了一个问题,百度了好久才找到zhao@ubuntu:~$ sudo apt-get -f install gcc...
分类:系统相关   时间:2015-04-30 23:15:09    阅读次数:294
Upgrade to or Install Cinnamon 2.4 in Ubuntu
http://www.omgubuntu.co.uk/2014/11/install-cinnamon-2-4-ubuntu-14-04-lts sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightlysudo apt-get ...
分类:系统相关   时间:2015-04-30 23:13:26    阅读次数:139
Isomorphic Strings
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrences of a character must be replaced with anot...
分类:其他好文   时间:2015-04-30 21:52:56    阅读次数:207
[转载]使用postgresql安装wordpress
1. 环境安装sudo apt-get install apache2sudo apt-get install postgresql-9.1sudo apt-get install php5sudo apt-get install php5-pgsql2. 下载wordpress,wget -O w...
分类:数据库   时间:2015-04-30 21:40:39    阅读次数:403
utf-8 中英文字符串截取
http://www.nowamagic.net/php/php_SubMixedString.php http://waiting.iteye.com/blog/581888 function?get_word($string,?$length,?$dot?=?‘..‘,$charset=‘gbk‘)?{ ???? ????if(strlen($string)?...
分类:其他好文   时间:2015-04-30 20:31:33    阅读次数:162
WebApi 参数请求
收藏来源于:http://www.cnblogs.com/babycool/p/3922738.html对于一般前台页面发起的get和post请求,我们在Web API中要如何来处理。这里我使用Jquery 来发起异步请求实现数据调用。 继续使用上一文章中的示例,添加一个index.html页面,....
分类:Windows程序   时间:2015-04-30 19:54:51    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!