http://blog.csdn.net/pipisorry/article/details/44119187
机器学习Machine Learning - Andrew NG
courses学习笔记
Machine Learning System Design机器学习系统设计
Prioritizing What to Work On优先考虑做什么
Error Anal...
分类:
系统相关 时间:
2015-03-13 20:44:08
阅读次数:
168
过去的一年致力于IEEE 802.3bj的前向纠错编码模块(FEC),发现可以把我的对偶综合工作扩展到FEC上,包括FEC的形式化验证和对偶综合。
这就导致了我需要学习纠错码,而相关的多项式环和有限域操作需要在计算代数系统上进行操作,这就导致了我需要学习计算代数系统。
常见的计算代数系统由Singular(www.singular.uni-kl.de)和GAP(www.gap-system.o...
分类:
其他好文 时间:
2015-03-13 20:43:47
阅读次数:
177
Many people don't understand how the WPF layout system works, or how that knowledge can help them in their projects. I intend to shine a little light ...
XvfbChangetheUser=andGroup=parameters:/etc/systemd/system/xinit.service[Unit]
Description=xinitwithxvfb
After=network.target
[Service]
User=bitlbee
Group=bitlbee
ExecStart=/usr/bin/xvfb-runbash%h/.xinitrc
[Install]
WantedBy=multi-user.targetslockLocksthes..
分类:
其他好文 时间:
2015-03-13 19:07:07
阅读次数:
431
添加的内容=========================华丽的分割线====================+starthaha_test
@@-1397,3+1399,8@@servicepoad/system/bin/poad
usersystem
groupsystem
oneshot
+
+#addforhaha_test
+servicehaha_test/system/bin/sh/system/etc/haha_test.sh
+oneshot
+===========..
分类:
系统相关 时间:
2015-03-13 19:05:20
阅读次数:
234
http://www.seleniumhq.org/selenium启动各浏览器程序下载最新程序启动IE浏览器:importorg.openqa.selenium.*;importorg.openqa.selenium.ie.InternetExplorerDriver;System.setProperty("webdriver.ie.driver","C:\\testdriver\\IEDriverServer.exe");DesiredCapabilitiesieC..
分类:
编程语言 时间:
2015-03-13 18:59:34
阅读次数:
333
前言:Java的类库日益庞大,所包含的类和接口也不计其数。但其中有一些非常重要的类和接口,是Java类库中的核心部分。常见的有String、Object、Class、Collection、ClassLoader、System、Runtime...,掌握类是灵活Java这门语言的基础。而这些类一般都很好理解和运用,需要做深入的研究和实践才能掌握。...
分类:
编程语言 时间:
2015-03-13 18:46:55
阅读次数:
183
6种.net分布式缓存解决方案
1. 使用内置ASP.NET Cache (System.Web.Caching) : https://msdn.microsoft.com/en-us/library/system.web.caching(v=vs.110).aspx
2. 使用System.Runtime.Caching: https://msdn.microsoft.com/en-us/library/system.runtime.caching(VS.100).aspx
3. ...
分类:
Web程序 时间:
2015-03-13 18:46:41
阅读次数:
174
今天用jdbc preparestatement 写sql语句查询,但是在执行的过程中实际查询出的结果和预期的结果不一致,然后就在想有什么办法能够在控制台或者Log4j日志输出最终执行的SQL语句,以便于调试。如果是hibernate可以通过配置show_sql 为 true 在控制台显示执行的SQL,因为使用的是纯JDBC的写法,然后自己在程序中直接通过System.out.println(sql...
分类:
数据库 时间:
2015-03-13 18:44:33
阅读次数:
392
public class ReflectTester { public Object copy(Object object) throws Exception { // 获得对象的类型 Class classType = object.getClass(); System.out.printl...
分类:
其他好文 时间:
2015-03-13 18:36:36
阅读次数:
139