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
REC
Windows下PHP5和Apache2.2的安装与配置
安装程序Apache2.2直接双击运行,略...PHP5.2下载zip,解压到c:/php,其中有两个ini文件(php.ini-dist和php.ini-recommended),建议使用php.ini-
rec
·
2015-11-07 12:14
windows
自个的sqlloader
testINFILE 'rr2.txt'BADFILE 'rrbad.bad'DISCARDFILE 'rrdisc.disc'APPEND INTO TABLE EMS_ALL_EMPL_INFOWHEN
REC
_ID
·
2015-11-07 12:31
loader
Javascript万年历
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/
REC
-html401
·
2015-11-07 12:13
JavaScript
函数lock_
rec
_get_nth_bit
@returnTRUEifbitsetalsoifi==ULINT_UNDEFINEDreturnFALSE*/ UNIV_INLINE ibool lock_
rec
_get_nth
taek
·
2015-11-06 17:00
函数lock_
rec
_get_first
@returnfirstlock,NULLifnoneexists*/ UNIV_INLINE lock_t* lock_
rec
_get_first(
taek
·
2015-11-06 17:00
函数lock_
rec
_has_expl
判断是否预加锁的模式要强壮于已添加的lock锁模式/*********************************************************************//** ChecksifatransactionhasaGRANTEDexplicitlockonrecstrongerorequal toprecise_mode. @returnlockorNULL
taek
·
2015-11-06 16:00
函数lock_
rec
_add_to_queue
在原来的type_mode基础上,加上LOCK_
REC
/*********************************************************************//
taek
·
2015-11-06 16:00
函数lock_
rec
_enqueue_waiting
type_mode基础上加上LOCK_WAIT表示等待状态/*********************************************************************//** Enqueuesawaitingrequestforalockwhichcannotbegrantedimmediately. Checksfordeadlocks. @returnD
taek
·
2015-11-06 16:00
函数lock_
rec
_get_first_on_page
lock结构体详见/*********************************************************************//** Getsthefirstrecordlockonapage,wherethepageisidentifiedbya pointertoit. @returnfirstlock,NULLifnoneexists*/ UNIV
taek
·
2015-11-06 15:00
函数lock_
rec
_set_nth_bit
lock分配内存 lock=mem_heap_alloc(trx->lock_heap,sizeof(lock_t)+n_bytes);内存分配图0xxx2xxx0xxx3sizeof(lock_t)0xxx15n_bytes0xxx19xxx 上面分配的内存是连续的,不会造成碎片lock[0]为0xxx3lock[1]为0xxx15或lock+sizeof(lock_t) n_bytes假设为
taek
·
2015-11-06 15:00
函数lock_
rec
_create
/*********************************************************************//** Createsanewrecordlockandinsertsittothelockqueue.DoesNOTcheck fordeadlocksorlockcompatibility! @returncreatedlock*/ stati
taek
·
2015-11-05 18:00
函数lock_
rec
_get_n_bits
@returnnumberofbits*/ UNIV_INLINE ulint lock_
rec
_get_n_bits( /*===============
taek
·
2015-11-05 17:00
关于表格的一些事情
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRansitional//EN" "http://www.w3c.org/TR/1999/
REC
-html401
·
2015-11-05 08:29
表格
宏HASH_INSERT
调用方法 HASH_INSERT(lock_t,hash,lock_sys->
rec
_hash,lock_
rec
_fold(space,page_no),lock);/****************
taek
·
2015-11-04 17:00
打开保存网页对话框
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/
REC
-html401
·
2015-11-02 19:31
对话框
Leetcode 94 Binary Tree Inorder Traversal
Note:
Rec
·
2015-11-02 19:25
LeetCode
F#探险之旅(二):函数式编程(下)
看下面Lucas序列的例子,Lucas序列定义跟Fibonacci序列一样,只不过起始值不同: Code let
rec
luc x = match x with | x when x <
·
2015-11-02 19:26
函数式编程
POJ 图论、网络流入门题总结、汇总 收藏
id=2449 题意:经典问题:K短路 解法:dijkstra+A*(
rec
),方法很多 相关: http://acm.pku.edu.cn/JudgeOnline/showcontest?
·
2015-11-02 18:42
poj
POJ图论
id=2449题意:经典问题:K短路解法:dijkstra+A*(
rec
),方法很多相关:http://acm.pku.edu.cn/JudgeOnline/showcontest?
·
2015-11-02 18:04
poj
xml xhtml html dhtml的区别
目前推荐遵循的是W3C于2000年10月6日发布的XML1.0,参考(www.w3.org/TR/2000/
REC
-XML-20001006)。
·
2015-11-02 18:13
XHTML
把一个bitmap在内存中的数据块 搬到另一个bitmap中
这些纯粹学习代码没啥实际用处 bitmap快速复制数据的方法,比setPixel快 static void void Main(string[] args) { //截屏代码 Rectangle
rec
·
2015-11-02 17:43
bitmap
颜色采集器(复制内容保存为.html文件即可)
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/
REC
-html401
·
2015-11-02 17:38
html
A Simple Example of Weak Ref Cursor
scott.dept'; l_where VARCHAR2(200); TYPE dept_curtype IS REF CURSOR; dept_cur dept_curtype; TYPE dept_
rec
·
2015-11-02 17:42
example
第一次作业词频分析之李嘉良篇
类里边有四个属性,mode(记录词频的模式),
rec
[](记录词的string数组),amo[](记录词的数量),sum(记录词的数量)。
·
2015-11-02 15:28
分析
javascript仿韩国Google效果
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/
REC
-html401
·
2015-11-02 15:24
JavaScript
WinAPI: GetSystemPowerStatus - 获取系统电源状态的信息
结构} ): BOOL; //TSystemPowerStatus 是 _SYSTEM_POWER_STATUS 结构的重定义: _SYSTEM_POWER_STATUS = packed
rec
·
2015-11-02 12:42
System
使用MSXML解析XML文件
> <Log> <LogNode> <
Rec
·
2015-11-02 11:52
xml解析
delphi Int64
Rec
应用实例
以下代码可以看到 Int64
Rec
<--> Int64 procedure TForm1.Button2Click(Sender: TObject); var ii1,ii2,ii3:
·
2015-11-02 09:36
Delphi
情人节小程序
将下载的程序三个文件中的valentine.txt和record.
rec
放置在C盘根目录下 2.
·
2015-11-02 09:53
情人节
一个sina新闻tab页效果(绝对经典的滑轮新闻显示)
quot;-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/
REC
-html401
·
2015-11-02 09:52
sina
代码优化的一个小例子
#define OP * typedef int data_t; typedef struct { long int len; data_t *data; }vec_
rec
·
2015-11-01 15:09
代码优化
词频分析作业
类里边有四个属性,mode(记录词频的模式),
rec
[](记录词的string数组),amo[](记录词的数量),sum(记录词的数量)。
·
2015-11-01 15:57
分析
CSS hack & IE6下的浮动模型Bug
Bug: 原文:http://www.mb5u.com/divcssjiaocheng/13980.html 首先看一下W3C对浮动模型部分解释(http://www.w3.org/TR/
REC
·
2015-11-01 13:00
CSS hack
C#也玩尾递归(续)
今天重新看了下文中最后的实现代码,感觉还是不够满意:因为引入了一个对用户来说不是很必要的数据结构RecFunc<>,用户需要定义的代码大概是这样: (
rec
,i,n,a,b) =>
·
2015-11-01 09:04
C#
Improving Visual C++ Debugging with Better Data Display
windows in the Visual C++ debugger has existed for a long time, and for this reason, the feature doesn't
rec
·
2015-11-01 08:53
display
GPRS模块SIM300的使用
说明:AT+CMGF SELECT SMS MESSAGE FORMAT 第二步:at+cmgl=”all” 成功返回OK否则ERROR +CMGL: 1,"
REC
RE
·
2015-11-01 08:09
使用
再学 GDI+[22]: TGPLinearGradientBrush - 之一: TLinearGradientMode
TGPColor; {线性渐变起始色与终止色} mode: TLinearGradientMode {渐变方向, 见下表} ); TGPLinearGradientBrush.Create(
rec
·
2015-11-01 08:19
IE
Ubuntu10.10下evolution中发送/接受为灰的解决办法
If the Send &
Rec
·
2015-10-31 19:33
ubuntu
UIBezierPath IOS贝塞尔曲线
CGRect)rect //根据矩形框的内切圆画曲线 + (UIBezierPath *)bezierPathWithOvalInRect:(CGRect)
rec
·
2015-10-31 18:05
Path
POJ2488 ——Dfs基础算法模板
Integer=(-2,-2,-1,-1,1,1,2,2); ddy:Array[1..8]of Integer=(-1,1,-2,2,-2,2,-1,1); maxn=26; Type
rec
·
2015-10-31 16:24
poj
批量更新 ITEM 物料属性
DECLARE l_item_
rec
inv_item_grp.item_
rec
_type; l_error_tbl inv_item_grp.error_tbl_type
·
2015-10-31 15:09
it
ListBox保存更多数据
PRec=^TRec; TRec=record a:Integer; b:string; end; AddItem: var
rec
:PRec; begin
·
2015-10-31 14:52
listbox
php实现登录验证前后端展示代码
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/
REC
-html401
·
2015-10-31 11:50
PHP
在artTemplate的标签中使用外部函数的方法
function beforeRender(data) { //addToArray为想在template的标签中执行的函数 var addToArray = function(id,
rec
·
2015-10-31 11:40
template
类似51job上的地区选择效果
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/
REC
-html401
·
2015-10-31 11:43
job
一个列用render渲染的时候,如果列宽度不够,内容多出的部分会被隐藏,无法显示。这时需要一个鼠标滑过提示全部内容的tip功能。
渲染的函数写成如下:function renderHallName(value, meta,
rec
, rowIdx, colIdx, ds){ return '<div ext:qtitle=&
·
2015-10-31 11:26
IP
streaming优化:并行接收数据
.) } val unifiedStream = streamingContext.union(kafkaStreams) unifiedStream.print() 官方是这么说的
Rec
·
2015-10-31 11:04
Stream
学点 C 语言(25): 数据类型 - 结构数组与结构指针
结构数组: #include <stdio.h> int main(void) { struct
Rec
{int x,y;}; struct
Rec
·
2015-10-31 10:48
数据类型
学点 C 语言(24): 数据类型 - 结构(struct)
结构就是多个变量的集合: #include <stdio.h> int main(void) { struct
Rec
{ int x;
·
2015-10-31 10:48
struct
学点 C 语言(26): 数据类型 - 结构的更多可能
包含数组的结构: #include <stdio.h> int main(void) { struct
Rec
{ int x[3];
·
2015-10-31 10:48
数据类型
上一页
35
36
37
38
39
40
41
42
下一页
按字母分类:
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
其他