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
Prog
USACO报告:chapter1.1:Your Ride Is Here
/* ID:fairchi1
PROG
:ride LANG:C++ */ #include #include #include usingnamespacestd; intmain(){ ifstreamfin
Kid_U_ForFun
·
2013-03-29 23:00
读取程序中的Text内容(根据语言)
REPORT ZTEST16 LINE-SIZE 300.PARAMETERS:
PROG
LIKE TRDIR-NAME .PARAMETERS LANG LIKE SY-LANGU.DATA: ITAB
zhongguomao
·
2013-03-29 10:00
自动生成Linux下Makefile全攻略(下)
如何写用code1.c,code2.c生成
prog
1的configure.in和Makefile.am。首先建立一个项目文件夹testproj。在testproj下建立dir1目录。
martin2350
·
2013-03-20 22:00
Myeclipse 8.5上安装Aptana插件
最后还是让我给装上了,所以发出来跟大家分享:(myeclipse6.5的安装在网上已经有很多了,我就不说了).一、首先,我们需要安装myeclipse8.5(呵呵),在这里就不说了;安装完以后,假如安装的目录为:D:\
Prog
Flyaway_921
·
2013-03-20 18:00
aptana
myeclipse
eclipse
jquery
html
Myeclipse 8.5上安装Aptana插件
最后还是让我给装上了,所以发出来跟大家分享:(myeclipse6.5的安装在网上已经有很多了,我就不说了).一、首先,我们需要安装myeclipse8.5(呵呵),在这里就不说了;安装完以后,假如安装的目录为:D:\
Prog
Flyaway_921
·
2013-03-20 18:00
aptana
myeclipse
eclipse
jquery
html
BASH-学习笔记
BASH/bin/bash-c"sudo-u$user$
prog
"执行一条命令READ命令是BASH程序内建命令,所以man1read是没有的。
crazyss
·
2013-03-18 09:00
[置顶] contiki2.6之Makefile详细解读三
之前分析到Makefile.cc2530dk的这个地方%.upload:%.hex $(
PROG
)-P$< 这里这个
PROG
变量现在还不明确,-P为选项,$<为%.hex文件名 sensinode.serialdump
crystal736
·
2013-03-17 21:00
makefile
CC2530
contiki2.6
windows下mysql备份脚本
备份文件名SETBAK_FILE=%date:~0,4%%date:~5,2%%date:~8,2%rem设置变量:日志文件名SETLOG_FILE=MY_DBBAK.logSETRAR_CMD="C:\
Prog
waldens
·
2013-03-15 15:09
mysql
php5与mysql5 web 开发技术详解-17 php优化技巧
eAccelerator APC等4、使用http加速 http头信息 last-Modified Expires
Prog
jinxingfeng_cn
·
2013-03-15 09:00
USACO:Controlling Companies
/* ID:JangLawrence
PROG
:concom LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-10 16:00
USACO:Money System
/* ID:JangLawrence
PROG
:money LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-10 16:00
USACO: Cow Pedigrees dp
/* ID:JangLawrence
PROG
:nocows LANG:C++ */ #include #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-03-08 20:00
maven 的安装
download.html 下载后缀名为bin.zip的maven包)tothedirectoryyouwishtoinstallMaven3.0.5.TheseinstructionsassumeyouchoseC:\
Prog
刘立喜
·
2013-03-08 15:09
maven
maven安装配置
USACO:Zero Sum
/* ID:JangLawrence
PROG
:zerosum LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 21:00
USACO:Longest Prefix简单dp
/* ID:JangLawrence
PROG
:prefix LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 20:00
USACO:Party Lamps
/* ID:JangLawrence
PROG
:lamps LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 19:00
USACO:Runaround Numbers
/* ID:JangLawrence
PROG
:runround LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 17:00
USACO:Subset Sums简单dp
/* ID:JangLawrence
PROG
:subset LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 15:00
USACO:Preface Numbering
/* ID:JangLawrence
PROG
:preface LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 15:00
USACO:Hamming Codes
/* ID:JangLawrence
PROG
:hamming LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 11:00
学习日记
读书笔记 1.1 $ 开始介绍 g++
prog
1.cc -o
prog
1 1.2 输入输出 iostream 库的基础是两种命名为 istream 和 ostream 的类型,流是指要从某种
boz.lee
·
2013-03-06 18:00
学习
USACO:Healthy Holsteins
/* ID:JangLawrence
PROG
:holstein LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-06 16:00
USCAO:Ordered Fractions
/* ID:JangLawrence
PROG
:frac1 LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-06 13:00
USACO: PROB The Castle
/* ID:JangLawrence
PROG
:castle LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-06 11:00
oracle 维护、监控、优化常用sql
1) sql监控 SELECT SE.sid, schemaname, SE.serial#, PR.spid, SE.status, SUBSTR(SE.program, 1, 10)
PROG
zld406504302
·
2013-03-06 09:00
oracle 维护、监控、优化常用sql
1) sql监控 SELECT SE.sid, schemaname, SE.serial#, PR.spid, SE.status, SUBSTR(SE.program, 1, 10)
PROG
zld406504302
·
2013-03-06 09:00
C标准库的setlocale()用法笔记
转自:http://zyxhome.org/wp/cc-
prog
-lang/c-stdlib-setlocale-usage-note/ [在此向原文作者说声谢谢!
EckelWei
·
2013-03-04 10:00
c++ 学习错误列表
No.1:
prog
4.cpp(8):errorC2440:“初始化”:无法从“constint”转换为“int&” 转换丢失限定符#include intmain() { constintiSize
ziyuanxiazai123
·
2013-03-03 15:00
BCB6.0 Import Type Library Excel2003时报错:因为我安装了Excel2007兼容包 的缘故
另IID_IAccessor报linkererror,一直不得解从这个帖子中找到一个答案,直接自己申明一个同名的变量并赋初始值http://
prog
chengg0769
·
2013-02-27 18:00
如何弄垮你的Erlang
原文地址:http://
prog
21.dadgum.com/43.html1.耗尽atom因为atom是不会被垃圾回收的,所以如何程序运行时生成太多的atom,(例如在无穷循环里,每次循环都调用几下list_to_atom
哇00
·
2013-02-26 11:00
Windows使用apxs独立编译 Apache 模块
:\apxs2.打开命令提示符,切换当前目录到解压的路径C:\apxs3.输入perlConfigure.pl--with-apache2=\Path\to\Apache2--with-apache-
prog
studypower
·
2013-02-25 22:00
Android系统Recovery工作原理之使用update.zip升级过程分析(九)---updater-script脚本语法简介以及执行流程
2.show_
prog
kevinx_xu
·
2013-02-19 10:00
lisp-求最大和最小数,if的使用
DEFUN MAXNUM * (maxnum 9 8) 9 * (maxnum 8 9) 9 * (maxnum 112 990) 990 使用了
prog
deepfuture
·
2013-02-08 17:00
lisp
lisp-求最大和最小数,if的使用
DEFUN MAXNUM * (maxnum 9 8) 9 * (maxnum 8 9) 9 * (maxnum 112 990) 990 使用了
prog
deepfuture
·
2013-02-08 17:00
lisp
USACO:Checker Challenge
深搜一下稍微优化一下就ok/* ID:JangLawrence
PROG
:checker LANG:C++ */ #include #include #include #include #include
Lawrence_Jang
·
2013-01-26 16:00
USACO:Superprime Rib
枚举/* ID:JangLawrence
PROG
:sprime LANG:C++ */ #include #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-26 15:00
USACO:Prime Palindromes
枚举枚举枚举/* ID:JangLawrence
PROG
:pprime LANG:C++ */ #include #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-26 14:00
url=/iismmc/htm/
prog
_wmi_tut_02_01.htm
url=/iismmc/htm/
prog
_wmi_tut_02_01.htm
fyifei0558
·
2013-01-24 19:00
USACO:Number Triangles
最简单的dp/* ID:JangLawrence
PROG
:numtri LANG:C++ */ #include #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-24 19:00
USACO: PROB Packing Rectangles
超级蛋疼的题看到第一遍就不想做拖啊拖 /* ID:JangLawrence
PROG
:packrec LANG:C++ */ #include #include #include #include #include
Lawrence_Jang
·
2013-01-24 14:00
USACO:Mother's Milk
广搜即可/* ID:JangLawrence
PROG
:milk3 LANG:C++ */ #include #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-22 16:00
USACO:Arithmetic Progressions
直接枚举/* ID:JangLawrence
PROG
:ariprog LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-22 15:00
如何用一个makefile编译多个目标
因为缺省目标是makefile中的第一个目标,通常将这个phony目标叫做"all",其依赖文件为各个程序: all:
prog
1
prog
2
prog
3 .PHONY:all
prog
1:
prog
1.outils.o
zhujinghao09
·
2013-01-22 11:00
makefile
makefile
USACO:The Clocks
/* ID:JangLawrence
PROG
:clocks LANG:C++ */ #include #include #include #include usingnamespacestd; intas
Lawrence_Jang
·
2013-01-21 20:00
[置顶] VirtualBox 中压缩虚拟机文件的方案
格式,需要先转换为vdi格式,命令如下:VBoxManageclonehd"ubuntu10.04.vmdk""ubuntu10.04.vdi"--formatVDI其中命令VBoxManage在C:\
Prog
God2469
·
2013-01-21 18:00
压缩
compact
VirtualBox
VirtualBox
vdi
vdi
vmdk
天才de睡眠排序算法
/sleepsort.bash536363147wahahahttp://dis.4chan.org/read/
prog
/1295544154
lnmcc
·
2013-01-20 01:00
USACO:Prime Cryptarithm
枚举没什么好说的/* ID:JangLawrence
PROG
:crypt1 LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-19 23:00
USACO:Calf Flac
玩了一天 晚上才做题/* ID:JangLawrence
PROG
:calfflac LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-19 22:00
USACO:Barn Repair
简单贪心细节注意点即可/* ID:JangLawrence
PROG
:barn1 LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-18 22:00
USACO:Mixing Milk
简单贪心没什么好说的/* ID:JangLawrence
PROG
:milk LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-18 22:00
上一页
25
26
27
28
29
30
31
32
下一页
按字母分类:
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
其他