用过Oracle的应该都熟悉如何查看和设置Oracle数据库的最大连接数。这里就再啰嗦一遍。查看当前的连接数,可以用select count(*) from
v$process;设置的最大连接数(默认值为150)select value from v$parameter where name = ‘...
分类:
数据库 时间:
2014-05-08 17:41:53
阅读次数:
397
apt-get install sambalibpam-smbpass然后编辑vi
/etc/samba/smb.conf增加[djyk]guest
ok=nobrowseable=nopath=/home/djykwritable=yesvalid users=djyk挂载samba是mount ...
分类:
其他好文 时间:
2014-05-08 17:36:33
阅读次数:
280
update_blastdb.pl --showall
即可显示从NCBI上可下载的数据库名称获取方式:ncbi-blast-2.2.29+/bin目录下ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.29/
分类:
数据库 时间:
2014-05-08 17:31:46
阅读次数:
665
1需求:
点击下面不同的item,会改变上面select旁边的图标,如何实现?
2 解决办法:
改变应用的logo
3 具体步骤:
3.1 监听左边这个litview的item点击事件(注,这些items 是放在一个listview中的,所以你可以自定义他的显示样式)
3.2 在点检事件触发的时候,replace进入响应的fragment到 frameLayout
3.3 同时改变l...
分类:
其他好文 时间:
2014-05-08 17:19:04
阅读次数:
324
表结构如下:mysql> show create table
user\G;*************************** 1. row *************************** Table:
userCreate Table: CREATE TABLE `user...
分类:
数据库 时间:
2014-05-08 15:15:51
阅读次数:
416
1.the use of functions in table fields is a key
ingredient for some advanceduses of Lua, such as modules and object-oriented
programming.
分类:
其他好文 时间:
2014-05-08 10:24:51
阅读次数:
302
热身运动:1. 启动MongoDB shell => mongo.exe or
./mongo(先确保有一个mongod的实例):2. 切换到一个用于练手的namespace => use
xxxxxxx:增:db.[table].insert({[field]: [value]})查:db.[ta...
分类:
数据库 时间:
2014-05-08 07:59:42
阅读次数:
435
加上[Table("Genre")]解决问题namespacebookStore.Models{[Table("Genre")]publicclassGenre{
..... }}publicDbSetGenreaa{get;set;}
分类:
数据库 时间:
2014-05-08 06:37:36
阅读次数:
273
连接查询值得注意的是:字段前必须加表名,以便混淆1 -- 多表连接查询和子查询2 select
* from dbo.stu_info ,dbo.sname23 -- 加连接规则的查询 where4 sele...
分类:
数据库 时间:
2014-05-08 06:34:30
阅读次数:
795
每次操作select都要查资料,干脆总结一下。为select设置placeholder为Select添加事件,当选择其中一项时触发$("#select_id").change(function(){
//code...});jQuery获取Select选择的Text和Value:var che...
分类:
Web程序 时间:
2014-05-08 05:48:25
阅读次数:
509