1.1 什么是RTTI?维基百科的定义:In computer programming, RTTI (Run-Time Type Information, or Run-Time Type Identification) refers to a C++ mechanism that exposes ...
分类:
编程语言 时间:
2015-04-08 00:57:52
阅读次数:
176
最近读论文《Large-scale Information Network Embedding》
看到里面对超大数量的边进行采样时采用了Alias Sampling Algotithm,他的优点是可以O(1)的时间采样。下面涉及了gsl,安装方法很简单。
下面是gsl的资料:
http://www.gnu.org/software/gsl/manual/html_node/#include <...
分类:
其他好文 时间:
2015-04-07 21:46:26
阅读次数:
326
1. 显示所有表show tables;还有information_schema数据库里面有tables表,记录了所有表信息use information_schema;select * from tables;2. MySQL联合查询更新update a , b set a.name= b.use...
分类:
数据库 时间:
2015-04-07 19:26:39
阅读次数:
143
概述??mysql5.5之前默认存储引擎是MyISAM,5.5之后改为InnoDB。若要修改默认引擎,可以修改配置文件中的default-storage-engine。可以通过show engines来查看当前数据库支持的引擎。使用select engine from information_schema.engines where transactions = 'yes';来查看哪些引擎支持事务。...
分类:
数据库 时间:
2015-04-07 09:56:30
阅读次数:
183
http://acm.hdu.edu.cn/showproblem.php?pid=4289
Problem Description
You, the head of Department of Security, recently received a top-secret information that a group of terrorists is planning ...
分类:
其他好文 时间:
2015-04-06 17:20:57
阅读次数:
233
$HTTP_RAW_POST_DATAThe RAW / uninterpreted HTTP POst information can be accessed with:$GLOBALS['HTTP_RAW_POST_DATA']This is useful in cases where the ...
分类:
Web程序 时间:
2015-04-05 09:00:24
阅读次数:
114
十年设计系列之基础篇 - 网站设计作者:曾林联系:1494445739@qq.com网站:www.jplatformx.com版权:文章未经同意请勿转载一、网站设计步骤 网站设计的第一步是建立网站蓝图,也就是所谓的网站IA(Information Architecture 信息架构。)因为建立网站....
分类:
Web程序 时间:
2015-04-05 01:10:13
阅读次数:
270
Code
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 8505
Accepted: 4030
Description
Transmitting and memorizing information is a task that requires differ...
分类:
其他好文 时间:
2015-04-04 09:14:46
阅读次数:
135
ps process state
unix system V
BSD
ps -e 显示所有进程(tty相关的是前台进程 ?tty无关)
-u 用户相关
-f full format listing
-F print extra information
-o command 选择显示...
分类:
系统相关 时间:
2015-04-03 19:26:16
阅读次数:
199
http://httpd.apache.org/docs/2.2/logs.htmlLog Rotation日志轮替On even a moderately busy server, the quantity of information stored in the log files is ver...
分类:
Web程序 时间:
2015-04-03 19:04:26
阅读次数:
158