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
Numb
我的vim配置文件
set history=100 set magic set fen set fdl=0 "切换当前目录为当前文件所在目录 set autochdir "show line
numb
neverboot
·
2010-12-02 22:00
C++
c
C#
F#
vim
用PreparedStatement在Oracle中插入日期
examples ( names varchar(10 ), age
numb
yipbxx
·
2010-11-11 15:00
java
oracle
sql
Windows异步I/O读文件的缓存限制?
在Windows下,使用OVERLAPPED方式,读取一个大文件(TEST.DAT,200MB),示例代码如下(缩减): HANDLE file_handle =0;DWORD
numb
_of_bytes
luckysym
·
2010-11-07 19:00
windows
File
null
文档
buffer
caching
oracle 修改表的sql语句
修改一个列的数据类型(一般限于修改长度,修改为一个不同类型时有诸多限制) ALTER TABLE 表名 MODIFY(列名 数据类型); 如: ALTER TABLE emp MODIFY(weight
NUMB
123003473
·
2010-11-02 17:00
oracle
sql
简单的建表及约束
stu_name_nn not null,(给约束起名字-约束也是对象), sex number(1), age number(3), sdate date, grade
numb
zhaoyu2288
·
2010-10-26 11:00
约束
USACO_Section 1.2_palsquare
USACO_Section1.2_palsquare#include #include void conv(char
numb
[],int n,int base){ int num[18],len
Cold Code
·
2010-10-21 17:00
freemarker常用语法指南
string.
numb
tiankonglala
·
2010-10-08 16:00
spring
html
freemarker
F#
J#
Cisco路由器基本设置(基础 下篇 )
语法:1.从全局配置模式进入线路配置模式,进入控制台口线路:Router(config)#line {console|aux|vty} {start-
numb
Cisco_Man
·
2010-09-28 15:19
职场
Cisco
路由器
休闲
Cisco路由器基本设置(基础 下篇 )
语法:1.从全局配置模式进入线路配置模式,进入控制台口线路:Router(config)#line {console|aux|vty} {start-
numb
Cisco_Man
·
2010-09-28 15:19
职场
Cisco
路由器
休闲
MessageFormat的使用
adisturbanceintheForce"; Stringresult=MessageFormat.format( "At{1,time}on{1,date},therewas{2}onplanet{0,
numb
wcp88888888
·
2010-09-20 19:00
MessageFormat
MessageFormat的使用
adisturbanceintheForce"; Stringresult=MessageFormat.format( "At{1,time}on{1,date},therewas{2}onplanet{0,
numb
wcp88888888
·
2010-09-20 19:00
MessageFormat
创建外键的方法
OrderDate date ) create table OrderDetail ( OrderID number, PName varchar2(20), Count
numb
jiyuanpeng
·
2010-09-07 10:00
sql
linux中xhost
直接登陆图形界面或者登陆命令行界面后使用startx启动图形,DISPLAY环境变量将自动设置为:0:0,使用xdpyinfo可以查看当前显示的详细信息 DISPLAY环境变量格式如下host:NumA.
NumB
qiujichun
·
2010-08-24 22:45
linux
职场
+
休闲
xhost
linux中xhost
直接登陆图形界面或者登陆命令行界面后使用startx启动图形,DISPLAY环境变量将自动设置为:0:0,使用xdpyinfo可以查看当前显示的详细信息 DISPLAY环境变量格式如下host:NumA.
NumB
qiujichun
·
2010-08-24 22:45
linux
职场
+
休闲
xhost
linux中xhost
直接登陆图形界面或者登陆命令行界面后使用startx启动图形,DISPLAY环境变量将自动设置为:0:0,使用xdpyinfo可以查看当前显示的详细信息DISPLAY环境变量格式如下host:NumA.
NumB
qiujichun
·
2010-08-24 22:45
linux
职场
休闲
常用
确定号码在不在联系人当中
number Uri lookupUri = Uri.withAppendedPath( PhoneLookup.CONTENT_FILTER_URI, Uri.encode(
numb
wang_peng1
·
2010-08-23 15:00
联系人
freemarker使用笔记
numb
akunamotata
·
2010-08-13 11:00
freemarker
【as3手册小记】用鼠标跟随方法来创建拖动效果
import flash.display.DisplayObject; import flash.events.MouseEvent; var offsetX:Number; var offsetY:
Numb
lnx1824
·
2010-08-07 19:00
Flash
UP
Android 编译系统 --- 版本信息
%H%M%S)" ifeq"""$(BUILD_NUMBER)" #BUILD_
NUMB
yrj
·
2010-08-03 17:00
android
user
Integer
Build
Perforce
Numbers
ORACLE 学习拾遗
-- str varchar2(15):='yao'; begin v_table :='create table test_new( id
numb
liaoshaoyao
·
2010-08-02 20:00
oracle
.net
Blog
F#
HNU 11764
include #include const int N = 55;const int M = 105;int n, m;char str[N][N];int map[N][N];int Xend[M],
numB
学习心得(code)
·
2010-08-01 17:00
oracle表分区
DBA向公司建议每季度的数据放在一个分区内,以下示范的是该公司1999年的数据(假设每月产生30M的数据),操作如下: 范围分区表: CREATE TABLE sales (invoice_no
NUMB
aa8945163
·
2010-07-24 00:00
数据结构
oracle
sql
配置管理
Exchange
oracle数据库2个时间段的时间差函数
datesx NUMBER(10); secondsx NUMBER(20); stra VARCHAR2(19); strb VARCHAR2(19); hh
NUMB
qflamj
·
2010-07-23 14:00
oracle
sql
调优与监控
setprofiling=1; mysql>showprofiles; mysql>showprofileforquery1; mysql>selectmin(seq)seq,state,count(*)
numb
_ops
ynigeng
·
2010-07-13 14:00
sql
mysql
user
table
query
profiling
Java_WEB开发_struts2学习的总结_Iterate标签遍历
指定集合里面的元素的id status 迭代元素的索引1:jsp页面定义元素写法 数组或list<s:iterator value="{'1','2','3','4','5'}" id='
numb
songylwq
·
2010-06-07 15:00
struts2
VIM-如何删除缓冲区?
先来实在的,个人用法:1、:ls 列出所有缓冲区2、:bdelete#
numb
删除所要关闭的缓冲区以下为VIM手册中的描述:Vim编辑器使用缓冲区这个词来描述被编辑的文件.
mslagee
·
2010-05-07 14:12
职场
vim
休闲
缓冲区
VIM-如何删除缓冲区?
先来实在的,个人用法:1、:ls 列出所有缓冲区2、:bdelete#
numb
删除所要关闭的缓冲区以下为VIM手册中的描述:Vim编辑器使用缓冲区这个词来描述被编辑的文件.
mslagee
·
2010-05-07 14:12
职场
vim
休闲
缓冲区
第六章 JavaScript内置对象
基本数据类型的包装类)String(基本数据类型的包装类)RegExp(重点)[size=large]JavaScript的内置对象在JavaScript中,常用对象有Array,Boolean,Date,Math,
Numb
武大鹏程加内特
·
2010-05-03 23:00
JavaScript
正则表达式
IE
全文检索
firefox
转:Oracle递归查询
; 为了说明方便,创建一张数据库表,用于存储一个简单的树形结构 create table TEST_TREE ( ID NUMBER, PID
NUMB
qinya06
·
2010-04-12 17:00
数据结构
oracle
sql
TreeMap泛型类
quot; class Disk{类体} 2 定义Key: class Key_ implements Comparable { Key_(int number){this.number=
numb
winzxj1987
·
2010-03-30 11:00
TreeMap
Java数字的格式化
java.text.SimpleDateFormat java.text.MessageFormat java.text.
Numb
leizhimin
·
2010-03-22 20:18
职场
format
格式化
数字格式化
休闲
Java数字的格式化
java.text.SimpleDateFormat java.text.MessageFormat java.text.
Numb
leizhimin
·
2010-03-22 20:18
职场
format
格式化
数字格式化
休闲
C# 读写XML文件
; <phone id="001"> <Name>加菲尔德</Name> <Number>5555555</
Numb
Virgo_S
·
2010-03-17 15:00
java
C++
c
xml
C#
C# 读写XML文件
; <phone id="001"> <Name>加菲尔德</Name> <Number>5555555</
Numb
Virgo_S
·
2010-03-17 15:00
java
C++
c
xml
C#
C# 读写XML文件
; <phone id="001"> <Name>加菲尔德</Name> <Number>5555555</
Numb
Virgo_S
·
2010-03-17 15:00
java
C++
c
xml
C#
C# 读写XML文件
; <phone id="001"> <Name>加菲尔德</Name> <Number>5555555</
Numb
Virgo_S
·
2010-03-17 15:00
java
C++
c
xml
C#
C# 读写XML文件
; <phone id="001"> <Name>加菲尔德</Name> <Number>5555555</
Numb
Virgo_S
·
2010-03-17 15:00
java
C++
c
xml
C#
NULL也疯狂
C1NUMBER(20), C2VARCHAR2(20) ); INSERTINTOtaVALUES(1,'2'); INSERTINTOta(c2)VALUES('3'); createtableTB ( C1
NUMB
huangyunzeng2008
·
2010-01-21 22:00
oracle
sql
c
null
table
insert
在多线程时遇上的一个问题
java.lang.NumberFormatException: For input string: "" at java.lang.
Numb
wangxinpier
·
2009-12-31 10:00
java
多线程
.net
Blog
理解json
准备的,因此,JSON 的数据格式非常简单,您可以用 JSON 传输一个简单的 String,
Numb
touch_mai
·
2009-11-24 10:00
JavaScript
编程
json
xml
F#
JAVA实例教程之5
编写程序如下: 1 package lesson5; 2 3 public class Operation1 { 4 int number1; 5 int
numb
pleasetojava
·
2009-11-14 23:00
java
Linux --cat head 命令
version] fileName 说明:把档案串连接后传到基本输出(萤幕或加 > fileName 到另一个档案) 参数: -n 或 --number 由 1 开始对所有输出的行数编号 -b 或 --
numb
hehaibo
·
2009-08-31 11:00
linux
F#
FOJ 1550 猪的分数
由于自己不懂怎么求最大公约数>_#include#includeusingnamespacestd;structnum{charchu[10];doubleresult;};boolmy_sort(numa,
numb
cclsoft
·
2009-07-18 21:00
c
iterator
Java数据类型 之 short的使用
MainClass { public static void main(String[] arg) { short Number = 1234; System.out.println(
Numb
ljh0242
·
2009-07-12 09:46
职场
休闲
Java数据类型 之 short的使用
MainClass { public static void main(String[] arg) { short Number = 1234; System.out.println(
Numb
ljh0242
·
2009-07-12 09:46
职场
休闲
自定义Oracle replace函数不区分大小写
n_Replace IN varchar2) return varchar2 is v_Result varchar2(4000); v_Pos number; v_Len number; v_len_r
numb
wsql
·
2009-06-03 15:00
replace
jfreechart 线图 xy轴整数显示
NumberAxis na= (NumberAxis)plotxy.getDomainAxis();//x轴整数显示 //
Numb
caiying0504
·
2009-05-22 22:00
jfreechart
jfreechart 线图 xy轴整数显示
NumberAxis na= (NumberAxis)plotxy.getDomainAxis();//x轴整数显示 //
Numb
caiying0504
·
2009-05-22 22:00
jfreechart
oracle 存储过程的基本语法
CREATE OR REPLACE PROCEDURE 存储过程名字 ( 参数1 IN NUMBER, 参数2 IN
NUMB
tanghongjun1985
·
2009-05-01 18:00
oracle
sql
C++
c
C#
关于排名问题的总结
*fromabcdt--当出现并列的情况时,名次不会缺失1223445selectRow_
numb
zwhfyy
·
2009-04-03 13:00
table
null
insert
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他