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
curre
《Linux内核设计与实现》笔记——CPU的三种工作状态
//中断上下文中不可睡眠,虽然此时
curre
giantpoplar
·
2016-06-30 15:00
linux
kernel
android之点击回退键俩次退出程序
KeyEvent.KEYCODE_BACK &&event.getAction()==KeyEvent.ACTION_DOWN){ //如果俩次按的时候的时间不小于2秒,就执行这个,否则就会退出程序 if((System.
curre
qq_33642117
·
2016-06-21 21:00
android
excel怎么设置图表格式? excel中chart tools的使用方法
2、点开layouts,在第一项
curre
佚名
·
2016-05-10 16:32
iOS左滑手势返回的实现
import"CustomNavigationController.h" @interfaceCustomNavigationController() @property(nonatomic,weak)UIViewController*
curre
chevins
·
2016-05-10 15:00
ios
UIGesture
ntp配置
2、修改以下选项的键值HKEY_LOCAL_MACHINE\SYSTEM\
Curre
yuanhotel
·
2016-05-10 13:00
常用类
运行前有个毫秒,运行后的有个毫秒,两个相减得到代码运行时间Longnow1=system.currentTimeMillis();Longnow2=system.
curre
Awangwlx
·
2016-05-02 16:00
Class
java 获取某一个包下的所有class 包括jar包中的文件
getClasses(StringpackageName)throwsClassNotFoundException,IOException{ClassLoaderclassLoader=Thread.
curre
dong_19890208
·
2016-04-28 16:24
J2SE
java主键生成
位数字) *主键生成方式,年月日时分秒毫秒的时间戳+四位随机数保证不重复 */ publicstaticStringgetId(){ //当前系统时间戳精确到毫秒 Longsimple=System.
curre
u012012240
·
2016-04-26 14:00
使用非递归过程以O(N)时间反转单链表 使用常数附加空间
为q的前驱 PositionnextPos; Positiontemp;//临时地址变量 if(L->Next&&L->Next->Next){//L具有两个节点及两个节点以上,一个节点或空的不用管
curre
qq789045
·
2016-03-25 09:00
XP修复任务栏程序最小化丢失
新建任务(运行)”,在打开的“创建新任务”对话窗口内输入“regedit”(不含引号)打开注册表编辑器,定位到HKEY_CURRENT_USER\Software\Microsoft\Windows\
Curre
poseyezi
·
2016-03-24 14:32
Microsoft
Windows
任务管理器
操作系统
分页中数字页码前五后四的实现
end-begin)=5){ if((currentPage+4)>=totalPage){ end=totalPage; begin=end-9; }else{ end=currentPage+4; begin=
curre
我是小个子啊
·
2016-03-23 11:00
前五后四分页
获取当前方法的方法名、类名
Exception().getStackTrace()[i].getMethodName();//其中i = 0就是当前的类的方法名字 ;i == 1就是调用者的方法(JDK1.4) Thread.
curre
帅的不像男的
·
2016-03-22 10:00
时间获取以及其他相关
小时制)SimpleDateFormatformatter=newSimpleDateFormat("yyyy年MM月dd日HH:mm:ss"); DatecurDate=newDate(System.
curre
fengltxx
·
2016-03-03 08:00
时间-转化
Windows2008-2012和之后的系统改远程管理端口
[HKEY_LOCAL_MACHINE\SYSTEM\
Curre
raohuilin
·
2016-02-29 17:59
3389
远程端口
登入端口
jdk8 中 int 类型可以直接转换成Integer类型 不需要强制转换
jsonObject.getJSONObject("page").getInt("pageSize"); int currentPage = jsonObject.getJSONObject("page").getInt("
curre
zkFreedom
·
2016-02-27 05:00
java日期时间处理
二.创建时间:1.long:longnow=System.
curre
rhythm of the rain
·
2016-02-17 17:00
递归和非递归实现斐波那契序列
TODOAuto-generatedmethodstublongstart1=System.currentTimeMillis();System.out.println(fibonacci(40));longend1=System.
curre
edgar108
·
2016-01-28 14:37
java
java
WFS至要素类
服务器的地址,找来找去终于找到一个,网址如下:http://mapserver.org/ogc/wfs_server.html#example-wfs-server-mapfile ,打开左边的“
Curre
liuguobo
·
2016-01-25 19:00
地理
继承Binder类绑定服务显示时间
publicclassCurrentTimeServiceextendsService{ privatefinalIBinderbinder=newLocalBinder(); publicclassLocalBinderextendsBinder{
Curre
zk673820543
·
2016-01-17 21:00
IOS 时间格式 时间转换 大总结
这里可以设置成自己需要的格式[dateFormattersetDateFormat:@"yyyy-MM-ddHH:mm:ss"];//用[NSDatedate]可以获取系统当前时间NSString *
curre
沧海珠泪
·
2016-01-15 20:00
开始nodejs+express的学习+实践(7)
我们先简单分析分页原理:首先地址上有当前页参数(get方法)如变量
curre
透笔度
·
2015-12-29 11:00
开始nodejs+express的学习+实践(7)
我们先简单分析分页原理:首先地址上有当前页参数(get方法)如变量
curre
透笔度
·
2015-12-29 11:00
Windows修改远程桌面连接端口
HKEY_LOCAL_MACHINE\SYSTEM\
Curre
Li Kui
·
2015-12-14 20:00
eclipse的hover速度过快, 如何解决?
mouseover的时间 这个eclipse没有做对应的功能 [plain] viewplaincopy Windows Registry Editor Version 5.00 [HKEY_
CURRE
ydlmlh
·
2015-11-17 17:00
将时间字段分割成yyyy、mm、dd格式
voidSplit(constCString&text,constTCHAR*separator, std::vector&result,boolbAddEmptyItem) { intprev=0,
curre
sanqima
·
2015-11-16 22:00
字符串
时间
mfc
分割
CString
.NET:在WEB程序中小心使用 “ThreadStatic”
面对这两个发现,我得出了这个结论:可以用[ThreadStatic]替换HttpContext.
Curre
·
2015-11-13 22:17
thread
TransactionScope的使用
TransactionScope对象创建了一个事务,同时将该事务设置给Transaction类的
Curre
·
2015-11-13 05:18
transaction
一些有用的函数
GUI.Label(Rect(10, 10, 500, 500), Text2.text);} -----------GUI函数 判断鼠标按下------------- if((Event.
curre
·
2015-11-13 04:33
函数
iOS 检查更新
获取当前应用版本号 6 NSDictionary *appInfo = [[NSBundle mainBundle] infoDictionary]; 7 NSString *
curre
·
2015-11-12 13:18
ios
使用Nginx代理,HttpContext.Current.Request.Url.Host.ToString()获取地址是原地址的问题。
临时解决办法:HttpContext.
Curre
·
2015-11-12 12:45
toString
win7下内核调试
bootdebug ON bcdedit /debug ON bcdedit /dbgsettings serial baudrate:115200 debugport:1 bcdedit /copy {
curre
·
2015-11-12 09:08
win7
WPF学习笔记(四)
nbsp; :"c:\bin\Debug\" 2: AppDomain.
Curre
·
2015-11-11 19:46
学习笔记
Mybatis之MySQL之insert
IDENT_
CURRE
·
2015-11-11 13:36
mybatis
全部快捷方式图标变成LNK文件怎么办
系统还普遍使用时候相信大家会有点惊慌失措要紧下面只要大家进行下操作好了Windows vista\Windows 7 操作系统修复方法.......1、首先 win+r 2、打开运行程序 3、输入: regedit 4、找: 计算机\HKEY_
CURRE
·
2015-11-11 12:02
文件
[leetcode]Reverse Linked List II
Solution { public: ListNode *reverseBetween(ListNode *head, int m, int n) { ListNode*
curre
·
2015-11-11 09:31
LeetCode
后台的父类
; /// </summary> public Employee
Curre
·
2015-11-11 06:05
父类
UDID
IOS 5.0 不过,2011年时,苹果就宣布ios5.0以后的系统中将不再支持以下方法获取用户的UDID【苹果设备的唯一识别码】: [UIDevice
curre
·
2015-11-11 06:23
DI
销售、采购业务外币汇率处理小全
local currency, company code currency, account currency, price currency, document currency, posting
curre
·
2015-11-11 05:04
处理
SecureCRT——设置打印中文字符
1.1 Terminal--->Emulation,选择右侧的Terminal值为ANSI; 1.2 Terminal--->Appearance,选择
Curre
·
2015-11-11 00:11
secureCRT
Sql Server Convert函数转换Datetime类型数据
CURRENT_TIMESTAMP, 1) 2 06.02.22 CONVERT(CHAR(8), CURRENT_TIMESTAMP, 2) 3 22/02/06 CONVERT(CHAR(8),
CURRE
·
2015-11-10 21:53
SQL Server
IE浏览器总是弹出ocget.dll 安全提示该怎么办?
输入regedit(进入注册表的命令)2、选择并打开HKEY_LOCAL_MACHINE\Software3、向下拉动滚动条找到Microsoft并打开4、向下拉动滚动条找到并依次打开Windows\
Curre
佚名
·
2015-11-10 14:30
数据库 备份 压缩
EXEC sp_configure 'show advanced options', 1 GO -- To update the
curre
·
2015-11-09 14:18
数据库
“Operation is not valid due to the current state of the object.”
Description: An unhandled exception occurred during the execution of the
curre
·
2015-11-09 13:00
current
C#怎么设置ie代理
Microsoft.Win32.RegistryKey rk=Microsoft.Win32.Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\
Curre
·
2015-11-08 15:20
C#
SCOPE_IDENTITY和@@identity的区别
IDENT_
CURRE
·
2015-11-08 11:50
entity
c# 日期处理
System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=
curre
·
2015-11-08 11:20
C#
Notepad++ 6.7.4不记录关闭时打开的文件
特记录于此: 设置->首选项->备份->去掉Remember
curre
·
2015-11-08 09:45
notepad
控制Open With菜单项的注册表键值
某种文件的Open With菜单项目是由下列的注册表键值控制的: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \
Curre
·
2015-11-07 10:42
open
C#日期函数所有样式大全
System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=
curre
·
2015-11-03 22:21
日期函数
C#.NET常用函数
System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=
curre
·
2015-11-02 17:02
.net
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他