(非TP-LINK路由推荐–d9–t9参数防止路由僵死reaver-imon0-bMAC-a-S–d9–t9-vv)小结-学习时应因状况调整参数(-c后面都已目标频道为1作为例子)目标信号非常好:reaver-imon0-bMAC-a-S-vv-d0-c1目标信号普通:reaver-imon0-bMAC-a-S-vv-d2-t5-c1目标信号一般:reaver-imon0-bMAC-a-S-vv-d5-c1参数一:-a-n-N-x20-r100:10-|6
系统 2019-08-12 09:27:43 2551
tar解包:tarxvfFileName.tar打包:tarcvfFileName.tarDirName(注:tar是打包,不是压缩!)———————————————.gz解压1:gunzipFileName.gz解压2:gzip-dFileName.gz压缩:gzipFileName.tar.gz和.tgz解压:tarzxvfFileName.tar.gz压缩:tarzcvfFileName.tar.gzDirName———————————————.bz
系统 2019-08-12 09:27:32 2551
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.0.6.0/bk_installing_manually_book/content/rpm-chap1-11.html(公式)http://developer.51cto.com/art/201401/426625.htmYARN配置参数剖析http://dongxicheng.org/mapreduce-nextgen/hadoop-yarn-conf
系统 2019-08-12 09:27:07 2551
ZOJProblemSet-1825CompoundWordsTimeLimit:5SecondsMemoryLimit:32768KBYouaretofindallthetwo-wordcompoundwordsinadictionary.Atwo-wordcompoundwordisawordinthedictionarythatistheconcatenationofexactlytwootherwordsinthedictionary.InputS
系统 2019-08-12 09:26:40 2551
创建数据库非常简单的一个命令createdatabase,运行看看有什么结果,可以想象到会产生什么错误SQL>createdatabase;ITPUB个人空间^L|q$_'V3X+pcreatedatabaseERRORatline1:没有数据库名字,原因在于initora9.ora文件里缺少一个关键的配置db_name='ora9db',注意数据库名称可以和实例名称不一致,如果配置了此项可以避免这个错误提示,不要紧,在这个命令下我们手工指定数据库名
系统 2019-08-12 01:54:45 2551
--需求一张自关联的父子表,实现删除子记录时判断父记录下是否还有子记录,如果没有子记录,则更新父记录。--建表createtabletest_sj(idnumber(8)notnull,p_idnumber(8),remarkvarchar2(200));altertabletest_sjaddconstraintPK_test_sjprimarykey(id);altertabletest_sjaddconstraintFK_test_sjforeign
系统 2019-08-12 01:54:38 2551
modelBuilder.Entity().ToTable("ActionMenu");modelBuilder.Entity().HasKey(s=>s.Id);modelBuilder.Entity().Property(s=>s.MenuName).IsRequired().HasMaxLength(50);modelBuilder.Entity().Ha
系统 2019-08-12 01:53:45 2551
|
系统 2019-08-12 01:53:21 2551
Oracle数据库:刚做一张5000万条数据的数据抽取,当前表同时还在继续insert操作,每分钟几百条数据。该表按照时间,以月份为单位做的表分区,没有任何索引,当前共有14个字段,平均每个字段30个字节。当前表分区从201101到201512每月一个分区测试服务器:xeno5650,32核cpu,win2003操作系统,物理内存16G;测试工具plsql1.最开始的查询:string.Format(@"select*from(selectr.id,r.c
系统 2019-08-12 01:52:59 2551
①where子句里面根据传入参数决定使用哪一个条件SQL>select1fromdualwheredecode(1,1,1,0)=1;SQL>select1fromdualwhere(casewhen1=1then1else0end)=1;②排序使用什么排序有三种方式1.使用别名作为排序字段2.使用表达式作为排序字段3.使用字段位置作为排序字段SELECTPCOILS_ID,P.WEIGHT,P.LENGTH,P.WIDTHFROMPRODCOILSPOR
系统 2019-08-12 01:52:38 2551
|