项目地址:https://github.com/xuliugen/common 喜欢的请加星。先上图:本项目主要包含:constant、domain、exception、util这四个主要部分。Constant主要包含了一些项目中的常用常量。示例:
(1)标点符号常量类public interface ConstPunctuation { /**
* : 冒号
*/...
分类:
编程语言 时间:
2016-01-10 13:07:41
阅读次数:
310
常规做法 1.先更新sudo apt-get update 2. sudo apt-get install flashplugin-installer这次却卡在downloading这里 下不去。无奈 换个方式 1.下载 http://archive.canonical.com/pool/pa...
分类:
系统相关 时间:
2016-01-09 19:59:52
阅读次数:
174
innoDB: ACID transaction, forein key, buffer pool, row lockMyISAM: fast read low write, no transaction, table stored in 3 files — structure/index/data...
分类:
数据库 时间:
2016-01-09 12:13:48
阅读次数:
221
1 在struts.xml中constant中修改
分类:
其他好文 时间:
2016-01-08 22:08:47
阅读次数:
249
搭建ReboletricSample的环境;搭建完成,执行的时候报错:Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/aether/spi/connector/Transfer$State at or...
分类:
编程语言 时间:
2016-01-08 13:12:23
阅读次数:
8315
public class RunnableTestMain { public static void main(String[] args) { ExecutorService pool = Executors.newFixedThreadPool(2); /** * execute(R...
分类:
其他好文 时间:
2016-01-07 10:03:22
阅读次数:
202
注意事项:1、访问PHP文件,提示502编辑/etc/php5/fpm/pool.d/www.conf 将listen = /var/run/php5-fpm.sock 修改为:listen = 127.0.0.1:9000
分类:
系统相关 时间:
2016-01-06 22:00:23
阅读次数:
173
类的设计Pool继承JPanelbackgroundFish[]allFishFishingNetfishingNetFishxywidthheightp_w_picpathsindexp_w_picpathFishingNetxywidthheightp_w_picpath素材在最下面:ps技术有限不喜欢的可以自己画!!!packagexyz.rhel.fish;
importjava.awt.p_w_picpath.BufferedImage;
..
分类:
编程语言 时间:
2016-01-06 12:13:38
阅读次数:
286
#include#include#include#include__constant__ char p_HelloCUDA[11];__constant__ int t_HelloCUDA[11]={0,1,2,3,4,5,6,7,89,10};__constant__ int num=11;__g...
分类:
其他好文 时间:
2016-01-06 11:38:59
阅读次数:
148
了解 Angularjs1.x 中的 service,factory,provider,constant,value 的应用场景及区别
不管 service , factory 还是 provider 都属于 service
关于 serviceservice 一旦被定义后就可以在任何地方通过依赖的方式调用且可以保存数据,直到应用结束,比如controller(['service', fu...
分类:
Web程序 时间:
2016-01-05 07:10:46
阅读次数:
365