摘要:
安装Genymotion 安装步骤 1 安装虚拟机VirtualBox https://www.virtualbox.org/wiki/Downloads2 注册Genymotion帐号 https://www.genymotion.com/account/create/3 登录,下载并安装Geny 阅读全文
摘要:
OpenJDK免注册下载地址: https://jdk.java.net/archive/ java jdk 国内下载镜像地址 1 jdk 官网地址:http://www.oracle.com/technetwork/java/javase/archive-139210.html(2)HUAWEI镜 阅读全文
摘要:
1,环境准备 yum install epel-release git gcc gcc-c++ cmake3 qt5-qtbase-devel python python-devel python-pip cmake python-devel numpy python34-numpy gtk2-de 阅读全文
摘要:
一、版本 <dependency> <groupId>org.bytedeco</groupId> <artifactId>javacv-platform</artifactId> <version>1.5.8</version></dependency><dependency> <groupId> 阅读全文
摘要:
spring-boot-starter-quartz 2.5.6 之前使用org.quartz.impl.jdbcjobstore.JobStoreTX定义quartz的默认数据源支持,即如下配置: org.quartz.jobStore.class=org.quartz.impl.jdbcjobs 阅读全文
摘要:
netsh wlan show profiles netsh wlan show profiles "wifiSSid" key=clear 在"关键内容"中就是密码. 如果当前连接的:右键连接,打开wlan状态。 无线属性-》安全-》显示字符 就可以查看“网络安全密钥” 阅读全文
摘要:
iReport主页:http://community.jaspersoft.com/project/ireport-designer iReport下载地址:http://sourceforge.net/projects/ireport/files/iReport/ jasperstudio 下载地 阅读全文
摘要:
PropertiesEditor 编辑java的属性文件,并可以自动存盘为Unicode格式http://marketplace.eclipse.org/content/properties-editorCodeFolding加入多种代码折叠功能(比eclipse自带的更多)doclipse可以产... 阅读全文
摘要:
http://blog.csdn.net/tonyzhou2008/article/details/5100683本文主要讲述三个内容:1.如何创建hierarychyid的表,插入数据及基本递归查询。2.介绍hierarchyid的10种专有函数。3.介绍hierarchyid特有的深度优先索引(... 阅读全文
摘要:
可以通过查看最近版本:http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-serverhttp://search.maven.org/在pom.xml中添加:org.eclipse.jettyjetty-maven-plugin9.2.... 阅读全文
摘要:
以本地Admin账户登录,打开C:\Windows\System32\sysprep目录,运行sysprep.exe工具,勾选Generalize,点击OK。系统重启后对Windows重新初始化,生成新的Security IDgpupdate。用法:gpupdate "/target:{comput... 阅读全文
摘要:
引用Jquery$(".figcaption").each(function(i){ var divH = $(this).height(); var $p = $("p", $(this)).eq(0); while ($p.outerHeight() > divH) { $p.text($p.t... 阅读全文
摘要:
通过对IIS7的配置进行优化,调整IIS7应用池的队列长度,请求数限制,TCPIP连接数等方面,从而使WEB服务器的性能得以提升,保证WEB访问的访问流畅。- 阅读全文
摘要:
http://www.win2008workstation.com/windows-server-2008-workstation-converter/If you don’t want to configure all options to convert Windows Server 2008 to a Workstation manually, sawo now made it possible to use a tool for this. He has done a great job by creating this converter to automate all steps 阅读全文
摘要:
看到MSN或QQ,都支持隐身聊天。 Lync Server 2013也是支持的。1.Server端:Lync 2013 Server缺省策略是没有设置显示脱机功能。(设置前截图)2.直接修改服务器端策略,开启脱机选项。Get-CSClientPolicy | Set-CSClientPolicy -EnableAppearOffline $true3.设置完成后,重启Lync客户端测试。(附Lync 2010和Lync 2013客户端截图:如下图所示的路径,新建一个名为“EnableAppearOffline” 的DWORD(32)的键,并将其值设置为1. 阅读全文