Just edit this file: /Application/PhpStorm.app/Contents/Info.plist On this line, change to use JVM 1.8. ?87?????? <key>JVMVersion</key>????????????????????????????...
分类:
编程语言 时间:
2015-06-23 18:25:11
阅读次数:
111
1、复制centos6.5中Packages文件夹到/usr/local/yum/packagescp/mnt/cdrom/Packages//usr/local/yum/packages-a2、安装创建yum源命令createrepo,它依赖pytho等相关包。rpm-ivhcreaterepo-0.9.9-18.el6.noarch.rpmpython*--force--nodeps3、创建yum源,会在packages下生产repod..
分类:
系统相关 时间:
2015-06-23 18:20:53
阅读次数:
205
需求:非常普通的一个需求,就是给AD用户修改密码,但是问题是量太大了。所以写了个脚本cls
$pass=ConvertTo-SecureString-AsPlainText12333333344.abc-Force
Import-Csv-Pathd:\pp.csv|foreach{
Get-ADUser-Identity$_.name|Set-ADAccountPassword-Reset-NewPassword$pass
Ge..
分类:
系统相关 时间:
2015-06-23 13:47:45
阅读次数:
985
一、KMP算法的思想由D.E.Knuth、J.H.Morris和V.R.Pratt共同提出了一个改进算法,消除了Brute-Force算法中串s指针的回溯,完成串的模式匹配。时间复杂度为O(s.curlen+t.curlen),这就是Knuth-Morris-Pratt算法,简称KMP 算法。1、K...
分类:
其他好文 时间:
2015-06-22 17:42:22
阅读次数:
211
SoapUI caches XML schemas when they are first loaded. If you need to force a reload of an interfaces schema either restart SoapUI or use the "Update D...
分类:
其他好文 时间:
2015-06-21 19:42:58
阅读次数:
121
Every class inDiablo IIIis aDPSclass; all are capable of prolifically slaying the enemies, whether by spells, skills, brute force, or a clever combina...
分类:
其他好文 时间:
2015-06-19 18:29:14
阅读次数:
306
1、ports的目录在/usr/ports2、POSTS安装软件有时可能这个包已经安装过了,会有提示,无法 继续安装。能够用提示中的参数:#make install clean FORCE_PKG_REGISTER=yes这样就能够继续安装了,yes不区分大小写。3、PORTS安装软件时有时能够下载...
分类:
其他好文 时间:
2015-06-18 19:07:19
阅读次数:
130
make install cleanmake NO_CHECKSUM=yes reinstall cleanmake FORCE_PKG_REGISTER=yes reinstall cleanFAMP架构的建立20141115 LAMP架构早就闻名遐迩了,所谓的LAMP架构就是指Linux+...
分类:
数据库 时间:
2015-06-18 15:08:13
阅读次数:
228
现场报有一个功能走不下去,后台日志报错:java.sql.SQLException: ORA-01591: 锁被未决分布式事务处理 657.7.39336 持有。
解决方案:
rollback force '657.7.39336'; 执行可能会比较慢
或者
delete from sys.pending_trans$ where local_tran_id = '...
分类:
其他好文 时间:
2015-06-17 15:20:46
阅读次数:
449
Targets选项下有Other linker flags的设置,用来填写XCode的链接器参数,如:-ObjC -all_load -force_load等。还记得我们在学习C程序的时候,从C代码到可执行文件经历的步骤是:源代码 > 预处理器 > 编译器 > 汇编器 > 机器码 > 链接器 > 可...
分类:
其他好文 时间:
2015-06-17 12:54:09
阅读次数:
154