In wildfly,In the process of loading WARN ?[org.jboss.as.txn] (ServerService Thread Pool -- 46) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. Mod...
分类:
其他好文 时间:
2015-03-06 17:30:38
阅读次数:
150
在开发过程中,多环境配置是经常遇到的,比如在Android开发过程中,在不同环境上请求服务器的URL是不同的,使用Gradle进行管理,是非常方便的。
首先查看工程目录结构:
使用AndroidStudio开发的看到这个熟悉吧。main就是目前开发的环境。dev为测试环境。product,staging为其他环境,当然还可以有其他更多环境。1、将请求的URL定义到Constant常量类中...
分类:
Web程序 时间:
2015-03-06 17:07:47
阅读次数:
144
1.题目Given a linked list, swap every two adjacent nodes and return its head.For example,Given 1->2->3->4, you should return the list as 2->1->4->3.Your algorithm should use only constant space. You may...
分类:
其他好文 时间:
2015-03-06 10:02:54
阅读次数:
139
1 sql 提交时,mysql服务器首先通过参数max_allowed_packet检查sql的size,如果超出,则直接提示mysql go away.2 server 从存储将需要修改的数据page load到内存(受制于innodb_buffer_pool_size)中。3 写page,同时写...
分类:
数据库 时间:
2015-03-05 23:34:12
阅读次数:
212
#import int main(int argc,const char *argv[]){ NSAutoreleasePool *pool =[[NSAutoreleasePool alloc] init]; NSLog("Hello,World!"); [pool drain]...
分类:
其他好文 时间:
2015-03-05 22:19:11
阅读次数:
156
The motivation during your PhD is not constant, and it resembles the phases that entrepreneurs experience and that Tim Ferriss describes in his postHa...
分类:
其他好文 时间:
2015-03-05 16:38:18
阅读次数:
146
如果要启动大量的子进程,可以用进程池的方式批量创建子进程: #!/usr/bin/env?python
from?multiprocessing?import?Pool
import?os,?time,?random
def?long_time_task(name):
????????print?‘...
分类:
编程语言 时间:
2015-03-05 13:08:51
阅读次数:
353
原文: 谁占用了我的Buffer Pool 转自:http://blogs.msdn.com/b/apgcdsd/archive/2011/01/11/buffer-pool.aspx 我在做SQL Server 7.0技术支持的时候有客户问我,“我的SQL Server buffer pool很大...
分类:
其他好文 时间:
2015-03-05 12:41:03
阅读次数:
145
?找到最占用资源的SQL语句–V$SQLAREA (Shared_pool)–V$session_longops(6秒)–StatsPack Report–SQL*Trace + TKProf–10g ADDM–Toad、Quest Data Center–…?问题定位 How to find Ba...
分类:
数据库 时间:
2015-03-05 10:38:21
阅读次数:
274
原因是确少匹配的 libfreerdp库可以到这里下载 http://ftp.de.debian.org/debian/pool/main/f/freerdp/我的电脑是64位的 我下载的是http://ftp.de.debian.org/debian/pool/main/f/freerdp/lib...
分类:
系统相关 时间:
2015-03-05 00:00:50
阅读次数:
404