var requestUrl="http://localhost/1.html?callback=?";$.ajax({ type : "get", async:true, url : requestUrl, data : "channelid=7¤t=1&row...
分类:
其他好文 时间:
2014-10-09 13:44:13
阅读次数:
199
数组内部制造控制函数current():取得数组当前位置的值key():取得数组当前位置的索引值next():将数组指针向后移一位prev():将数组指针向前移动一位end():将数组指针移动到最后一个元素reset():将数组指针移动到第一个元素键值操作函数array_values():获得数组所有元素的键值,并..
分类:
Web程序 时间:
2014-10-09 02:39:08
阅读次数:
235
官方文档:http://www.gradle.org/docs/current/userguide/build_environment.html以下配置写在gradle.properties中://以下为http协议proxy配置systemProp.http.proxyHost=www.someh...
分类:
其他好文 时间:
2014-10-09 01:49:37
阅读次数:
113
matlab中写个函数,在主程序中调用该函数的方法跟其它的编程语言都一样,但是子函数与主函数要存于不同的文件中,文件名就是函数名字。文件必须保存在current directory中,才能调用。函数的基本结构:function [返回变量列表]=函数名(输入变量列表)%注释说明语句输入、返回变量格式...
分类:
其他好文 时间:
2014-10-09 01:48:17
阅读次数:
210
1 shell 的$! ,$?, $$,$@$n $1 the first parameter,$2 the second...$# The number of command-line parameters.$0 The name of current program.$? ...
分类:
其他好文 时间:
2014-10-09 01:07:27
阅读次数:
266
推荐两个eclipse插件:
1.StartExplorer
2.ExploreFS
相关链接请查看http://stackoverflow.com/questions/1161240/in-eclipse-reveal-current-file-in-filesystem...
注:MySql中的sql语句是以“;”为结束点的,即只要遇到“;”时编译器就认为其上的所有语句就是一整句sql语句但是结束标签可以更改:mysql>delimiter//基本常用语法:1、mysql>selectversion(),current_date;=======》获得服务器的..
分类:
数据库 时间:
2014-10-08 12:54:48
阅读次数:
276
1、flashback query(使用UNDO)查询某个scn时该表的内容SQL> select * from t1;ID----------12SQL> select current_scn from v$database;CURRENT_SCN-----------10517036SQL> u...
分类:
其他好文 时间:
2014-10-08 00:54:24
阅读次数:
391
先看一下在打开文件里用到的一个函数 lua_setinput void?lua_setinput?(Input?fn)
{
??current?=?‘?‘;
??input?=?fn;
??if?(yytext?==?NULL)
??{
????textsize?=?MINBUFF;
????yyt...
分类:
其他好文 时间:
2014-10-06 19:18:20
阅读次数:
294
bug集锦1. hadoop平台datanode无法启动:原因: 由于多次hdfs namenode -format导致dfs/data/current/version中的cluserID与当前的cluserID不统一,通过查看hadoop/logs中的datanode日志文件查看到此错误。解决方....
分类:
其他好文 时间:
2014-10-02 23:55:33
阅读次数:
205