http://nlp.solutions.asia/?p=180http://www.promenade.me/archives/146环境 ubuntu 12.04sql建表CREATE DATABASE nutch DEFAULT CHARACTER SET utf8mb4 DEFAULT CO...
分类:
其他好文 时间:
2014-08-06 21:56:32
阅读次数:
239
template/default/common模板公共文件夹,全局相关|--block_forumtree.htm 树形论坛版块分支 js 文件|--block_thread.htm 特殊主题的风格模块文件|--block_userinfo.htm 用户资料的风格模块|--common.css 全局...
分类:
其他好文 时间:
2014-08-06 21:50:42
阅读次数:
380
因为高级搜索包含对象的所有字段,默认没有做限制。有时候不希望暴露太多字段给用户,所以可以使用如下方法,使高级搜索与普通搜索的字段范围相同。
By default, the advanced search function can search by all of the object's fields. But sometimes, we don't want the user to know...
分类:
其他好文 时间:
2014-08-06 19:04:11
阅读次数:
215
Insus.NET稍作演示,能正常运作。可以往下慢慢看来。首先是user类:然后,我们在一个网页,如Default.aspx.cs实例化上面的User类。可以看看实时操作演示:
分类:
其他好文 时间:
2014-08-06 18:14:01
阅读次数:
241
// 按钮点击事件-(void)startTime{ __block int timeout=30; //倒计时时间 dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); dis...
分类:
其他好文 时间:
2014-08-06 14:12:31
阅读次数:
216
TIMESTAMP的变体 1,TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ? 在创建新记录和修改现有记录的时候都对这个数据列刷新 ? 2,TIMESTAMP DEFAULT CURRENT_TIMESTAMP ?在创建新记录的时...
分类:
数据库 时间:
2014-08-06 10:42:12
阅读次数:
311
Go编程基础
Go的内置关键字(25个)
不多
break default func interface select
case defer go map struct
chan else goto package switch
const fallthrough if range type
continute for import return var
Go的注释方...
分类:
其他好文 时间:
2014-08-06 01:56:50
阅读次数:
313
StreamReader SReader = new StreamReader(“C:\1.txt”, Encoding.Default);//路径与编码 str = SReader.ReadToEnd(); SReader.Close(); FileStream fs1 = n...
分类:
其他好文 时间:
2014-08-06 01:41:10
阅读次数:
183
AIXRAC构建错误之--未配置DefaultGateway环境:操作系统:AIX5300-09集群软件:CRS10.2.0.1数据库:Oracle10.2.0.1故障现象:在构建AIXRAC时,运行root.sh脚本时,出现以下错误:[root@aix220/u01/crs_1/install]$./rootdelete.shShuttingdownOracleClusterReadyServices(CRS):..
分类:
其他好文 时间:
2014-08-05 22:56:40
阅读次数:
372
namespace WebInfo{ public partial class Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { HSSFWork...
分类:
其他好文 时间:
2014-08-05 22:01:40
阅读次数:
234