E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
TTT
二分问题-捉老鼠
}; structNN{ intx,y,step; NN(inta,intb,intc):x(a),y(b),step(c){} }; queueq; intn,m,p,rans=0,sssss,
ttt
XY20130630
·
2016-02-01 10:00
二分
每天学一点linux(10)--查找文件
1、查看文件类型查看文件类型,属于ASCII或数据文件或二进制文件等,使用“file”vijay@vijay-ThinkPad-X220:~/develop/test$filettt.txt
ttt
.txt
ywjatjd
·
2016-01-22 23:00
linux
find
which
locate
whereis
Nginx设置重定向跳转
ttt
=cerredirect; proxy_set_headerHostbaidu.com; }用户访问http://www.myhost.com/my/map重定向到http://www.baidu.com
YU_Z_W
·
2016-01-15 22:00
nginx
重定向
redirect
【SQL Server学习笔记】表和列增加注释
idintnotnullprimarykey, vvarchar(100)) --给表添加注释 --注意后面的各层类型和名称,指出了要给什么增加扩展属性 execsp_addextendedproperty @name='
ttt
_desc1
yupeigu
·
2016-01-14 16:00
HTML关闭网页弹出窗口代码
showmodaldialog(`
ttt
.htm`,`谢谢光临本网站`,`dialogwidth:480px;dialogheight:360px;status:no;help:no`);这个方法主要是真对拦截工具的
james_laughing
·
2016-01-05 08:00
Kafka 学习 -- Topic的创建
kafka-topics.sh--create--zookeeperhadoop221:2181,hadoop222:2181--replication-factor2--partitions2--topicTEST_
TTT
eyoulc123
·
2015-12-30 16:00
linux 使用ls与du查看的大小不一样
在linux上面碰到一个问题:[root@hadoop221 TEST_
TTT
-1]# ls -l 00000000000000000000.index-rw-r--r--. 1 root root 10485760
eyoulc123
·
2015-12-29 15:00
linux
Aspose.Words 总结
生成答题卡try{stringtempPath=@"D:\moban\
ttt
.doc";//OpendocumentandcreateDocumentbuilder//Aspose.Words.Documentdoc
steven.木子
·
2015-12-22 18:00
采用cmd打印输出调试信息
如在cmd环境下,执行文件名为:
ttt
.exe,想保存输出结果到
ttt
.log文件,可以如下操作:
ttt
.exe>
ttt
.log执行你要
Jasmine_shine
·
2015-12-08 11:00
cmd-打印输出
IOS开发笔记 - 基于wsdl2objc调用webservice
1.首先是用Asp.net搭建一个测试的webserivce并放在IIS服务器上面 核心代码如下: 返回一个
TTT
的泛型集合 //数据加载重新优化 [WebMethod(Description
·
2015-11-13 15:24
webservice
java的toString是一个什么方法,为什么我在类中重写他,当输出该类对象的时候却能显示里面的结果?
例如:我输出的是一个对象,却调用到了toString方法 public class
TTT
{ private String id; private String name; public void
·
2015-11-13 12:49
toString
层次数据结构字符串处理,split函数使用
String str1 = "11@22#33,44,55,#bb#cc,dd,ee,#@DDD@
TTT
#999,#@"; String[] CX = str1.split
·
2015-11-13 09:32
split
Oracle Scheduler - Job and Argument
truncate table scheduler_test;select * from scheduler_test order by 1;begin dbms_scheduler.drop_job('
ttt
·
2015-11-13 08:18
scheduler
取小数点后4位,并写入TXT文件
只取其中后两位,再和原TXT文件中的数相加,再写入新的TXT文件中 a=load('xxx.txt'); b=rand(1,2500)/100; b=b'; c=a+b; fid=fopen('
ttt
.txt
·
2015-11-13 02:30
txt
jquery基础教程七 选择器(selectors 的xpath语法应用)
我们根据实例来解释jquery选择器(selectors)中xpath几种常用的用法 比如下面html代码 <ul> <li class="aaaa" title="
ttt
·
2015-11-13 02:19
selector
java 正则匹配空格字符串 正则表达式截取字符串
中取出某些特定字符串: 比如配置的sql语句为:"company_code = @cc and project_id = @pid ; update t set a = @aa,b=@bb,c=@cd,
ttt
·
2015-11-12 19:53
正则表达式
JQuery选择器(selectors 的xpath语法应用)
我们根据实例来解释JQuery选择器(selectors)中xpath几种常用的用法 比如下面html代码<ul><li class="aaaa" title="
ttt
·
2015-11-12 19:05
jquery选择器
解决ArcSDE图层名被占用的问题
- -delete from sde.GDB_OBJECTCLASSES where NAME = upper('test') and owner =upper('
ttt
') ; delete
·
2015-11-12 18:26
arc
文本文件数据导入mysql注意事项
第一种情况数据文件
ttt
.txt utf8编码 1 zhangzhibin 232 lisi 223 wangwu 21 mysql> select
·
2015-11-12 12:10
mysql
Oracle执行计划详解
---引用------ 作者:
TTT
BLOG 本文地址: http://blog.chinaunix.net/u3/107265/showart_2192657.html
·
2015-11-12 10:00
oracle
svn合并初次使用心得
对合并我暂时的理解是:合并是将服务器端记录的某个 “版本序列” 合并到本地某个文件或文件夹中 另外我想强调注意两点:①独立的版本序列 ②合并时要 文件对应文件合并(本文虚拟的
ttt
.txt),文件夹对应文件夹进行合并
·
2015-11-11 19:54
SVN
shell 命令积累
cat log.xls | sort -k1 >>log1.xls 列子:1.txt 内容: gongdexin12
ttt
·
2015-11-11 17:54
shell
jquery基础教程七 选择器(selectors 的xpath语法应用)
我们根据实例来解释jquery选择器(selectors)中xpath几种常用的用法 比如下面html代码 <ul> <li class="aaaa" title="
ttt
·
2015-11-11 16:25
selector
自删除道指令程序
nbsp; [dgdfg] ->[子函数1("子函数1")(lll),子函数2("子函数2")(
ttt
·
2015-11-11 15:07
删除
jquery xpath 应用
即选择所有元素内 属性带有title的元素 即 <li class="aaaa" title="
ttt
">li-1</li>
·
2015-11-11 14:30
jquery
MyBatis关联查询分页
那么可以采用子查询分页,再与另外一张表关联查询,比如: select * from (select * from teacher t limit 0, 2) tt left join clazz
ttt
·
2015-11-11 13:11
mybatis
动画效果,过渡效果
charset="utf-8"> 5 <title>网站首页</title> 6 <style> 7 .
ttt
·
2015-11-11 09:52
动画
对字符串的操作
string yy="yhb,
ttt
,eee,sss,lll";  
·
2015-11-11 06:42
字符串
map循环遍历删除
main() { MapFileList m_SingleList; m_SingleList.insert(MapFileList::value_type("
ttt
·
2015-11-11 04:46
map
jquery 属性选择器
即选择所有元素内 属性带有title的元素即<li class="aaaa" title="
ttt
">li-1</li><li title
·
2015-11-09 12:37
jquery
easyui 处理多行的操作基础
singleSelect="true"在tabble中不能存在此句varrows=$('#
ttt
').datagrid('getSelections');获得所有行for(varindex=0;index
US吴迪
·
2015-11-09 10:05
easyui
处理多行的操作基础
easyui 处理多行的操作基础
singleSelect="true"在tabble中不能存在此句varrows=$('#
ttt
').datagrid('getSelections');获得所有行for(varindex=0;index
US吴迪
·
2015-11-09 10:05
easyui
处理多行的操作基础
easyui 合并问题
$('#
ttt
').datagrid('mergeCells',{ index:0, field:'op1', colspan:2, });
ttt
是table名meregeCells
US吴迪
·
2015-11-09 09:29
easyui
合并问题
easyui 合并问题
$('#
ttt
').datagrid('mergeCells',{ index:0, field:'op1', colspan:2, });
ttt
是table名meregeCells
US吴迪
·
2015-11-09 09:29
easyui
合并问题
easyui datagrid editor自定义事件
在1.2版本里可以这样 $('#
ttt
').datagrid('beginEdit', rowIndex);var ed = $('#
ttt
').datagrid('getEditors',
·
2015-11-07 12:16
datagrid
将easyui 的自带分页组件修改为中文
varicon2text=["首页","上一页","下一页","尾页"];
ttt
是数据网格idvarpager=$('#
ttt
').datagrid('getPager'); pager.pagination
US吴迪
·
2015-11-06 13:17
将easyui
的自带分页组件修改为中文
将easyui 的自带分页组件修改为中文
varicon2text=["首页","上一页","下一页","尾页"];
ttt
是数据网格idvarpager=$('#
ttt
').datagrid('getPager'); pager.pagination
US吴迪
·
2015-11-06 13:17
将easyui
的自带分页组件修改为中文
数据网格显示内容
data=response.logtestvos;$("#
ttt
").datagrid("loadData",data.slice(0,10));data的格式时一个list的Jason格式
US吴迪
·
2015-11-06 09:26
数据网格显示内容
数据网格显示内容
data=response.logtestvos;$("#
ttt
").datagrid("loadData",data.slice(0,10));data的格式时一个list的Jason格式
US吴迪
·
2015-11-06 09:26
数据网格显示内容
datagrid 前端对本地数据进行分页操作
varpager=$("#
ttt
").datagrid("getPager"); pager.pagination('refresh',{ total:data.length,
US吴迪
·
2015-11-06 08:49
datagrid
前端对本地数据进行分页操作
datagrid 前端对本地数据进行分页操作
varpager=$("#
ttt
").datagrid("getPager"); pager.pagination('refresh',{ total:data.length,
US吴迪
·
2015-11-06 08:49
datagrid
前端对本地数据进行分页操作
datagrid使用本地加载的方式将js得到的json传递到jsp
data=response.logtestvos;$("#
ttt
").datagrid("loadData",data.slice(0,10));response是js接收到后端传递过来的json数据
US吴迪
·
2015-11-06 08:53
datagrid使用本地加载的方式将js得到的json传递到jsp
data=response.logtestvos;$("#
ttt
").datagrid("loadData",data.slice(0,10));response是js接收到后端传递过来的json数据
US吴迪
·
2015-11-06 08:53
行列转换实列
nbsp; 表
ttt
·
2015-11-06 08:22
行列转换
关于Update语句的锁
/p/3144020.html 环境:MSSQL2005,在Read Committed级别 语句A:begin tranUpdate Table Set f1='xxx' where f2='
ttt
·
2015-11-05 08:03
update
ZOJ1428(Magazine Delivery)
Magazine Delivery Time Limit: 1 Second Memory Limit: 32768 KB The
TTT
·
2015-11-05 08:58
live
QT renered html for js
on_pushButton_clicked() { QStringurl="http://www.baidu.com"; url="http://192.168.201.75/
ttt
·
2015-11-02 19:15
html
js onclick
-- function
ttt
(m,n) { if(getObject('tab_'+m+'_'+n).style.display=='
·
2015-11-02 16:08
onclick
ubuntu安装交叉编译工具链
一、sudo su 切换到root用户权限 二、将arm-linux-gcc-4.3.2.tgz从windows拷贝到Linux /home/
ttt
/arm-linux-gcc-4.3.2
·
2015-11-02 12:30
ubuntu
ASP程序运行速度测试
3 用以下程序测试: 4 < % 5 dim tttt1,
ttt
2 6 sessio
·
2015-11-02 11:01
asp
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他