码迷,mamicode.com
首页 >  
搜索关键字:constant pool    ( 4909个结果
新年第一弹:基于领域驱动的Java开发工具包Common项目分享
项目地址:https://github.com/xuliugen/common 喜欢的请加星。先上图:本项目主要包含:constant、domain、exception、util这四个主要部分。Constant主要包含了一些项目中的常用常量。示例: (1)标点符号常量类public interface ConstPunctuation { /** * : 冒号 */...
分类:编程语言   时间:2016-01-10 13:07:41    阅读次数:310
ubuntu adobe flash player 安装
常规做法 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 & myISAM
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
default.properties里面的属性有两种方法修改
1 在struts.xml中constant中修改
分类:其他好文   时间:2016-01-08 22:08:47    阅读次数:249
maven的坑: Exception in thread "pool-1-thread-1" java.lang.NoClassDefFoundError: org/eclipse/aether/spi/connector/Transfer$State
搭建ReboletricSample的环境;搭建完成,执行的时候报错:Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/aether/spi/connector/Transfer$State at or...
分类:编程语言   时间:2016-01-08 13:12:23    阅读次数:8315
ExecutorService.execute(Runnable x) 判断是否完成,得到返回值
public class RunnableTestMain { public static void main(String[] args) { ExecutorService pool = Executors.newFixedThreadPool(2); /** * execute(R...
分类:其他好文   时间:2016-01-07 10:03:22    阅读次数:202
ubuntu安装 LNMP
注意事项: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
java21:捕鱼达人
类的设计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
了解 Angularjs1.x 中的 service,factory,provider,constant,value 的应用场景及区别 不管 service , factory 还是 provider 都属于 service 关于 serviceservice 一旦被定义后就可以在任何地方通过依赖的方式调用且可以保存数据,直到应用结束,比如controller(['service', fu...
分类:Web程序   时间:2016-01-05 07:10:46    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!