一.建立示例程序hello world 1.编写asdf 文件hello.asd (defpackage :hello-system (:use #:asdf #:cl)) ? ?? (in-package :hello-system) ? ?? (defsystem hello ? ? :name "hello world" ? ? :versi...
分类:
其他好文 时间:
2014-08-26 12:00:56
阅读次数:
471
其实Java语言并不能对现实生活中所有对象建模。 比如:实数。Java不能完全表示显示生活中的实数。 Integer.MAX_VALUE :?2147483647 Integer.MIN_VALUE : -2147483648 如果超过要表示小于-2147483648或者大于214...
分类:
编程语言 时间:
2014-08-26 12:00:46
阅读次数:
301
传统方法: 且看下面代码, function?addLoadEvent(func){
????var?oldload=window.onload;
????if(typeof?window.onload!="function"){
????????window.onload=func;
????}else{
????...
分类:
其他好文 时间:
2014-08-26 12:00:36
阅读次数:
247
参考:http://gnuplot.10905.n7.nabble.com/Problems-with-plot-data-in-Windows-7-td1956.html 以下几种都是可以的: "C:\\Placas\\malla.dat" ‘C:\Placas\malla.dat‘ "C:/Placas/malla.dat" ‘C:/Placas/malla.d...
图片批量转换成pdf 生活中,大家经常会拍摄一些照片用来留念,然而时间长了,经常会因为照片多而杂乱而懒于翻看,那么你是否考虑做一个电子相册,或制作一本PDF格式的书籍来翻看呢?菜鸟的这款 JPG转换成PDF转换器...
分类:
其他好文 时间:
2014-08-26 12:00:08
阅读次数:
251
参考文章:[http://blog.csdn.net/yjkwf/article/details/7384586][1] 从windows平台拷过来的文件,发现在ubuntu下用eclipse打开后内容是乱码,因此决定给eclipse添加gbk字符集的支持。 用的是ubuntu14.04lts,e...
分类:
系统相关 时间:
2014-08-26 11:59:56
阅读次数:
286
AOP使用场景 AOP用来封装横切关注点,具体可以在下面的场景中使用: ? Authentication 权限 Caching 缓存 Context passing 内容传递 Error handling 错误处理 Lazy loading 懒加载 Debugging 调试 logging, t...
分类:
编程语言 时间:
2014-08-26 11:59:46
阅读次数:
198
在nimbus 节点上执行 “nohup jstorm nimbus &”, 查看$JSTORM_HOME/logs/nimbus.log检查有无错误 在supervisor节点上执行 “nohup jstorm supervisor &”, 查看$JSTORM_HOME/logs/supervisor.log检查有无错误...
分类:
Web程序 时间:
2014-08-26 11:59:36
阅读次数:
427
好文章,但原文有一定版式,转过来会不太方便查看,直接跳转吧 http://ssv.sebug.net/%E9%AB%98%E7%BA%A7PHP%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%E6%BC%8F%E6%B4%9E%E5%AE%A1%E6%A0%B8%E6%8A%80%E6%9C%AF...
分类:
Web程序 时间:
2014-08-26 11:59:27
阅读次数:
213
回想起来,我也算是国内接触推荐系统较早的人之一了,最近和人聊天,觉得不少人对推荐系统有所误解,以为需要多么高大上的算法才能搭建起来的,我只想说我经常说的那句话【不是这样的】,所以有了这篇文章...
分类:
其他好文 时间:
2014-08-26 11:59:16
阅读次数:
265
[javascript] ? if(document.charset){ ? ? ? document.writeln(‘<script src="http://www.zzwcw.com/swt/bottomfloat.js" charset="GBK"></script>‘); ? }else if(document.characterSet){ ? document.wri...
分类:
Web程序 时间:
2014-08-26 11:59:07
阅读次数:
269
Js apply方法详解 我在一开始看到javascript的函数apply和call时,非常的模糊,看也看不懂,最近在网上看到一些文章对apply方法和call的一些示例,总算是看的有点眉目了,在这里我做如下笔记,希望和大家分享..? 如有什...
分类:
移动开发 时间:
2014-08-26 11:58:46
阅读次数:
244
引用:https://groups.google.com/forum/#!msg/opnet/OmOI_bstjTI/GhP-PRhpxEEJ 1- Start-> all programs -> Microsoft Visual studio -> Visual Studio Tools -> then (either) visual studio comand prompt OR ...
在网上下载了lucene当前最新版本4.0,以及IKAnalyzer中文分词器的完整发布包。 运行之后发现异常:Exception in thread "main" java.lang.VerifyError: class org.wltea.analyzer.lucene.IKAnalyzer overrides fi...
分类:
其他好文 时间:
2014-08-26 11:58:26
阅读次数:
216
在线调用jquery <!DOCTYPE?html?PUBLIC?"-//W3C//DTD?HTML?4.01?Transitional//EN"?"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta?http-equiv="Content-Type"?content="text/html;?cha...
分类:
Web程序 时间:
2014-08-26 11:58:16
阅读次数:
257
wgethttp://dxdown3.onlinedown.net/down/rsync-3.0.9.tar.zipgunziprsync-3.0.9.tar.ziptar-zxvfrsync-3.0.9.tar.gzcdrsync-3.0.9.tar.gz./configure--prefix=/usr/local/rsync309make&&makeinstall服务端:vim/etc/rsyncd.confstrictmodes=yeport=873logfile=/var/lo..
分类:
其他好文 时间:
2014-08-26 11:57:36
阅读次数:
162
今天笔者在弄整合的时候出现了一个很奇怪的问题!就是在整合的是后出现了classnotfound:org.hibernate.FilterDefinition.class,找了很久都说是没有添加jar包,然后我就找这个类到底有没有在hibernate中,发现这个类居然就在hibernate-core.jar中但是却不在engine包的根下,而是..
分类:
系统相关 时间:
2014-08-26 11:57:26
阅读次数:
227