1. How can we represent natural language meaning so that a computer can process these representations?2. How can we associate meaning representations ...
分类:
其他好文 时间:
2015-04-25 15:02:24
阅读次数:
121
Linux :: vi E212: Can't open file for writingsysct1.conf 可能无写权限!查看方法:ls -lh /etc/sysct1.conf如果没有,则chmod 666 /etc/sysctl.conf(root 用户)
分类:
系统相关 时间:
2015-04-25 14:56:44
阅读次数:
1145
原文地址:http://java.dzone.com/articles/gradle-goodness-set-javaIf we want to set an explicit encoding for the Java compiler in Gradle we can use the opti...
分类:
编程语言 时间:
2015-04-25 13:26:33
阅读次数:
133
打算好好练练计算几何。
昨天经过反省决定戒掉一做题就看题解的恶习,结果今天做题就抓瞎了。。。
因为刚开始有很多公式方法不知道,所以完全自己做就毫无思路= =。还是忍住没看题解,打开了手边的CLRS,我本来以为这里面关于计算几何的篇幅很少,应该讲不了什么。
然后我发现我错了,经典就是经典。关于判断线段相交的方法,讲的非常清楚,每一步包括叉乘等细节都有很详细的讲解。
看完之后手动敲,1A,代码...
分类:
其他好文 时间:
2015-04-25 12:17:23
阅读次数:
153
Given two numbers represented as strings, return multiplication of the numbers as a string.
Note: The numbers can be arbitrarily large and are non-negative.
给定两个字符串表示的数,要求求这两个数的乘积,乘积用字符串表示。其中,字符串表...
分类:
其他好文 时间:
2015-04-24 22:47:50
阅读次数:
148
PostgreSQL 9.2 added a native?JSON?data type, but didn’t add much else. You’ve got three options if you actually want to do something with it: Wait for PostgreSQL 9.3 (or use the beta) Use the?...
分类:
数据库 时间:
2015-04-24 21:17:57
阅读次数:
193
当使用Xcode打开从网上down下来的demo时,编译有时会出现can only be used when targeting iOS 4.2 or later. 这是由于IOS运行版本不同导致的。
解决办法是:
点击项目导航文件--> 选中Targets--> 选择 Build Setting --> 展开IOS Deployment Target
把IOS版本改成大...
分类:
移动开发 时间:
2015-04-24 19:12:10
阅读次数:
2769
Title:Given two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily large and are no...
分类:
其他好文 时间:
2015-04-24 16:10:24
阅读次数:
97
ps aux |grep mysqlkill所有列出的进程,然后重启service mysql start原因有可能是mysqld没启动;service mysqld start。持续出现此问题有可能是配置文件不对。修改/usr/my.cnf (一般是/etc/my.cnf)[mysqld] dat...
分类:
数据库 时间:
2015-04-24 15:51:55
阅读次数:
195