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
Hou
【C++】PAT(advanced level)1073. Scientific Notation (20)
1073.ScientificNotation(20)时间限制100ms内存限制32000kB代码长度限制16000B判题程序Standard作者
HOU
,QimingScientificnotationisthewaythatscientistseasilyhandleverylargenumbersorverysmallnumbers.Thenotationmatchestheregularex
artemisrj
·
2014-03-04 13:00
【C++】PAT(advanced level)1065. A+B and C (64bit) (20)
1065.A+BandC(64bit)(20)时间限制100ms内存限制32000kB代码长度限制16000B判题程序Standard作者
HOU
,QimingGiventhreeintegersA,BandCin
artemisrj
·
2014-03-04 09:00
浙大 PAT 1024. 科学计数法 (20)
1024.科学计数法(20)时间限制100ms内存限制32000kB代码长度限制8000B判题程序Standard作者
HOU
,Qiming科学计数法是科学家用来表示很大或很小的数字的一种方便的方法,其满足正则表达式
IAccepted
·
2014-03-02 23:00
字符串
MySQL中TIMESTAMPDIFF和TIMESTAMPADD函数
该参数必须是以下值的其中一个: FRAC_SECOND:表示间隔是毫秒SECOND:秒MINUTE:分钟
HOU
freedonn
·
2014-02-28 09:00
【1065】 A+B and C (64bit) 溢出检测
1065.A+BandC(64bit)(20)时间限制100ms内存限制32000kB代码长度限制16000B判题程序Standard作者
HOU
,QimingGiventhreeintegersA,BandCin
tiantangrenjian
·
2014-02-19 16:00
在main()前面或后面调用自己的函数
参考文章http://gujiaxi.github.io/blog/2012/05/21/zai-main-qian-slash-
hou
-diao-yong-han-shu/后得出一下代码注:该文章最后一部分应该属于笔误
-卓然-
·
2014-02-15 13:00
main
函数
前面
后面
【C++】浙大PAT (Basic Level)1011. A+B和C (15)
1011.A+B和C(15)时间限制50ms内存限制32000kB代码长度限制8000B判题程序Standard作者
HOU
,Qiming给定区间[-231,231]内的3个整数A、B和C,请判断A+B是否大于
artemisrj
·
2014-01-21 21:00
子库存-OU-库存组织-关系
SELECThou.organization_idou_org_id,--org_id
hou
.nameou_name,--ou名称 ood.organization_idorg_org_id,--
caixingyun
·
2013-12-03 14:00
关系
OU
库存组织
子库存
输入年月日时分秒,输出下一秒的时间。
#include"stdio.h"voidmain(){intyea,mon,day,
hou
,min,sec;while(1){printf("请输入年月日时分秒!
MCJIBA
·
2013-11-27 13:38
时间
下一秒
输出下一秒
输入时间
C
PHP 日期 加减 月数,天数,周数,小时,分,秒等等
,strtotime("2013-11-1212:12:12+1day")) //PHP日期加减小时 date("Y-m-dh:i:s",strtotime("2013-11-1212:12:12+1
hou
wljk506
·
2013-11-12 17:00
PHP
HDU 4082
Hou
Yi's secret(暴力)
直接6重循环就行了吧。。。判三角形相似直接从小到大枚举两向量夹角是否相等就行了。注意去重点跟三点共线就行了。。。#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include
diary_yang
·
2013-09-17 17:00
标准c时间与日期函数
asctime( const struct tm *ptr ); 功能: 函数将ptr所指向的时间结构转换成下列字符串: day month date
hou
·
2013-09-14 08:00
日期函数
概率计算- 组合 计数
Asweallknown,AbOrhasalotsofgirlsinapalacecalled “
Hou
” (About30millions).Nowyouaregivennpeoplewithoutknowingtheirgender
gaotong2055
·
2013-09-05 21:00
js,java如何将秒转换成几时几分几秒
-Math.floor(s/3600)*60; varsecond=Math.floor(s)-Math.floor(s/60)*60; if(hours>0){ //minutes=minutes-
hou
lee4755026
·
2013-09-05 18:00
js
dojo
hdu 4082
Hou
Yi's secret(水题但暴露了自己的一些问题)
HouYi'ssecretTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):1949 AcceptedSubmission(s):474ProblemDescriptionLonglongago,inthetimeofChineseemperorYao,t
y5885922
·
2013-08-27 20:00
c
算法
ACM
HDU 4082
Hou
Yi's secret2011北京现场赛B题(统计相似三角形个数)
HouYi'ssecretTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):1932 AcceptedSubmission(s):466ProblemDescriptionLonglongago,inthetimeofChineseemperorYao,t
opm777
·
2013-08-27 16:00
判重点
uva 133 The Dole Queue
用循环双向链表模拟#include #include #include structs{ intnum; structs*qian; structs*
hou
; intflag; }; intn,k,
dhm166
·
2013-07-11 11:00
Python中时间戳与时间字符串相互转换
time.strptime(a,'%Y-%m-%d %H:%M:%S') >>time.struct_time(tm_year=2011, tm_mon=9, tm_mday=27, tm_
hou
·
2013-07-03 16:00
python
glusterfs社区提交代码
gitclonessh://jian.
hou
@git.gluster.org/glusterfs.gitglusterfsgitcheckout-bmytestorigin/release-3.4gitconfiguser.namejian.hougitconfiguser.emailhjimmy19870806
hj19870806
·
2013-06-05 13:00
EBS 常用表
fnd_global.APPS_INITIALIZE(1318,50583,401) select fnd_profile.VALUE('ORG_ID') FROM DUAL select * from hr_operating_units
hou
wiseboyloves
·
2013-05-31 16:00
ebs
OU 库存组织 子库 关系
SELECThou.organization_idou_org_id,--org_id
hou
.nameou_name,--ou名称 ood.organization_idorg_org_id
SMJ3901080114
·
2013-04-12 13:00
EBS 常用表关联
OU、库存组织SELECThou.organization_idou_org_id, --org_id
hou
.nameou_name,
SMJ3901080114
·
2013-04-09 09:00
SecureCRT实用配置
配置终端显示颜色Options->SessionOptions->Emulation然后(ran2
hou
4)把Terminal类型改成xterm,并点中ANSIColor复选框。
jimodeyangguang
·
2013-03-31 07:28
linux
secureCRT
实用配置
Linux
八皇后问题bfs求解
#include #include #include #include #definemaxx100 inttot=0,c[maxx],n; intsearch_
hou
(intcur) { inti,j
kisstears
·
2013-02-19 21:00
struct tm,time,localtime,mktime,ctime,gmtime,difftime,asctime,strftime
inttm_yday; inttm_isdst;MemberMeaningRangetm_secsecondsaftertheminute0-61*tm_minminutesafterthehour0-59tm_
hou
xiaofei2010
·
2013-01-09 19:00
cin>>hour>>delimiter>>minute关于cin的分隔符问题
intminute; chardelimiter; cout>(int&) //同理float,double,char等所以程序中输入13:40由于hour为整形int所以cin<<
hou
Bill_Zhang
·
2012-12-31 00:00
时间
分隔符
cin
delimiter
php删除字符串中的所有空格
删除字符串中的所有空格其实是对trim函数的扩展trim只能删除字符串两边的空格functiontrimall($str)//删除空格 { $qian=array("","","\t","\n","\r"); $
hou
china_skag
·
2012-12-11 00:00
ASP,VBScript内置函数,now(),date(),time(),sqr(),abs(),isnumeric(),msgbox()
msgbox"year()"&year(date()) 'msgbox"month()"&month(date) 'msgbox"day()"&day(date) 'msgbox"hour()"&
hou
soukenan
·
2012-12-01 14:05
asp
date()
time()
sqr()
VBScript内置函数
now()
Houdini Python Module
#disconnecttheparentimporthou objs=
hou
.node('/obj') objects=objs.children() print(objects) forobjectinobjects
Gearslogy
·
2012-11-08 16:00
2011 Asia Beijing Regional B:
Hou
Yi's secret
Longlongago,inthetimeofChineseemperorYao,tensunsroseintothesky.Theyburnedthecropsandscorchedthebushesandtrees,leavingthepeoplewithnothingtoeat.HouYiwasthegreatestarcheratthattime.Yaowantedhimtoshootdo
duanxian0621
·
2012-10-18 20:00
Math
struct
Integer
input
each
output
python打印多个变量
/60 minutes = minute%60 print '%d hours,%d minutes' % (hours , minutes ) fun(1000) 16
hou
xiangjie88
·
2012-09-24 22:00
python
:$PROFILES$.XXXX 如何转换
SELECT NAME FROM HR_ORGANIZATION_UNITS
HOU
WHERE (1 = 1) AND BUSINESS_GROUP_ID = :$PROFILES$
月下狼~图腾~
·
2012-08-31 10:00
profile
HTTP为什么使用TCP
http://blog.csdn.net/rj03
hou
/article/details/25257911,如果用UDP,网页源文件传输后不是会错误百出嘛,浏览器解析的时候不是疯掉了!!!
cjsycyl
·
2012-08-22 09:00
Oracle EBS 常用表 查询语句
OU、库存组织 SELECT
hou
.organization_id ou_org_id, &
overloving
·
2012-07-24 11:00
oracle
Fedora14选择默认英文安装的 如何手动下载中文包, 设中文为默认语言??
安装Fedora14时,界面语言是英语,结果忘了修改酿成大祸,
hou
后面qt怎么改 也显示不出来中文!哎,真是功亏一篑啊差点。
txf2004
·
2012-07-19 14:00
fedora
Fedora14选择默认英文安装的 如何手动下载中文包, 设中文为默认语言??
安装Fedora14时,界面语言是英语,结果忘了修改酿成大祸,
hou
后面qt怎么改 也显示不出来中文!哎,真是功亏一篑啊差点。
yanzi1225627
·
2012-07-19 14:00
fedora
Fedora14选择默认英文安装的 如何手动下载中文包, 设中文为默认语言??
安装Fedora14时,界面语言是英语,结果忘了修改酿成大祸,
hou
后面qt怎么改也显示不出来中文!哎,真是功亏一篑啊差点。
yanzi1225627
·
2012-07-19 14:00
语言
qt
终端
Fedora14选择默认英文安装的 如何手动下载中文包, 设中文为默认语言??
安装Fedora14时,界面语言是英语,结果忘了修改酿成大祸,
hou
后面qt怎么改 也显示不出来中文!哎,真是功亏一篑啊差点。
king_tt
·
2012-07-19 06:00
fedora
Hough变换原理简介
Hou
fioletfly
·
2012-07-11 16:00
c
算法
存储
图形
二叉树、平衡二叉树、完全二叉树、满二叉树
/details/4783707http://blog.csdn.net/caisini_vc/article/details/5674764 //有代码的http://blog.csdn.net/
Hou
_Rj
crystal_avast
·
2012-06-28 18:00
数据结构
tree
存储
div
终端
n2
tomcat 中文 url
挺全的,只试了初级方法http://hi.baidu.com/
hou
_shaojun/blog/item/07f2bbdd0be81d016327989c.html
avi9111
·
2012-06-16 16:00
HOU
网络抓包
EEUU最近经常要使用它,所以更新有点频繁~~ +自动滚动显示(可选) *作了些小优化 %修复获取程序图标的内存泄漏Bug!v1.0e20100227 %修正Byte数据转换,内存溢出问题! *调整不同数据显示颜色,查看更方便!v1.0d20100227 *改进数据检索功能,支持IP等检索! *改进数据记录,动态分配,数据包无大小限制.v1.0c20100224 +加入数据检索功能! +加入快捷键
陶义100
·
2012-06-06 09:45
快捷键
内存
程序
动态
数据包
HOU
网络抓包
本软件主要用来捕获指定程序的网络通信数据!可以用来抓取浏览器、QQ、MSN等网络程序通信的原始数据包,对分析进程的网络通信很方便!本人主要编写网络/系统程序.原来使用别人写的抓包程序,但有些特性无法满足我目前的开发,就自己写了一个,功能简洁!v1.1e20100831~1011 +对查看数据区加入Ctrl+A全选,方便复制 +查找数据时可忽略大小写 +可在“截获”中,右键“启动进程”进行截获。避免
陶义100
·
2012-06-06 09:48
网络抓包
Hou
Python中时间戳与时间字符串互相转化
time.strptime(a,'%Y-%m-%d %H:%M:%S') >>time.struct_time(tm_year=2011, tm_mon=9, tm_mday=27, tm_
hou
flashdream8
·
2012-05-22 18:00
python
Python中时间戳与时间字符串互相转化
time.strptime(a,'%Y-%m-%d %H:%M:%S') >>time.struct_time(tm_year=2011, tm_mon=9, tm_mday=27, tm_
hou
flashdream8
·
2012-05-22 18:00
python
SecureCRT实用配置
配置终端显示颜色Options->SessionOptions->Emulation然后(ran2
hou
4)把Terminal类型改成xterm,并点中ANSIColor复选框。
tjhon
·
2012-05-18 23:00
jsp
语言
character
Terminal
终端
colors
PHP 替换函数
functiontrimall($str)//删除空格 { $qian=array("","","\t","\n","\r");$
hou
=array("","","","",""); returnstr_replace
Tingel
·
2012-05-08 16:00
PHP
函数
解决谷歌文档无法访问的方法 Google Docs,Gmail――修改hosts
GoogleDocs,Gmail——修改hosts用记事本打开hosts文件,下面这些内容添加到hosts文件的顶部:209.85.225.101docs.google.com 本文出自“Randy.
hou
happ880
·
2012-05-04 16:41
Google
记事本
谷歌文档
第20届国际C语言代码大赛《科学计算器》代码分析
关于这个程序的介绍请参阅http://www.ioccc.org/2011/
hou
/hint.html 原始的代码见下 #include #include #defineclear1;if(c>=11
liangbch
·
2012-04-26 16:00
c
工作
gcc
语言
代码分析
第八周任务二(实现Time类中的运算符重载)
unsignedshortinthour;//时 unsignedshortintminute;//分 unsignedshortintsecond;//秒 public: CTime(inth=0,intm=0,ints=0):
hou
fengzhenq
·
2012-04-10 19:00
编程
c
测试
360
任务
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他