摘要: 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 阅读全文
posted @ 2023-06-02 13:50 jamin 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 一、版本 <dependency> <groupId>org.bytedeco</groupId> <artifactId>javacv-platform</artifactId> <version>1.5.8</version></dependency><dependency> <groupId> 阅读全文
posted @ 2022-11-17 17:20 jamin 阅读(1123) 评论(0) 推荐(0) 编辑
摘要: spring-boot-starter-quartz 2.5.6 之前使用org.quartz.impl.jdbcjobstore.JobStoreTX定义quartz的默认数据源支持,即如下配置: org.quartz.jobStore.class=org.quartz.impl.jdbcjobs 阅读全文
posted @ 2022-02-24 14:58 jamin 阅读(1301) 评论(0) 推荐(0) 编辑
摘要: netsh wlan show profiles netsh wlan show profiles "wifiSSid" key=clear 在"关键内容"中就是密码. 如果当前连接的:右键连接,打开wlan状态。 无线属性-》安全-》显示字符 就可以查看“网络安全密钥” 阅读全文
posted @ 2020-06-12 08:00 jamin 阅读(283) 评论(0) 推荐(0) 编辑
摘要: iReport主页:http://community.jaspersoft.com/project/ireport-designer iReport下载地址:http://sourceforge.net/projects/ireport/files/iReport/ jasperstudio 下载地 阅读全文
posted @ 2018-01-23 16:29 jamin 阅读(1160) 评论(0) 推荐(0) 编辑
摘要: PropertiesEditor 编辑java的属性文件,并可以自动存盘为Unicode格式http://marketplace.eclipse.org/content/properties-editorCodeFolding加入多种代码折叠功能(比eclipse自带的更多)doclipse可以产... 阅读全文
posted @ 2015-05-23 10:46 jamin 阅读(392) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/tonyzhou2008/article/details/5100683本文主要讲述三个内容:1.如何创建hierarychyid的表,插入数据及基本递归查询。2.介绍hierarchyid的10种专有函数。3.介绍hierarchyid特有的深度优先索引(... 阅读全文
posted @ 2015-03-20 15:28 jamin 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: 可以通过查看最近版本:http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-serverhttp://search.maven.org/在pom.xml中添加:org.eclipse.jettyjetty-maven-plugin9.2.... 阅读全文
posted @ 2015-03-18 10:47 jamin 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 以本地Admin账户登录,打开C:\Windows\System32\sysprep目录,运行sysprep.exe工具,勾选Generalize,点击OK。系统重启后对Windows重新初始化,生成新的Security IDgpupdate。用法:gpupdate "/target:{comput... 阅读全文
posted @ 2014-09-03 15:06 jamin 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 引用Jquery$(".figcaption").each(function(i){ var divH = $(this).height(); var $p = $("p", $(this)).eq(0); while ($p.outerHeight() > divH) { $p.text($p.t... 阅读全文
posted @ 2014-07-10 10:22 jamin 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 通过对IIS7的配置进行优化,调整IIS7应用池的队列长度,请求数限制,TCPIP连接数等方面,从而使WEB服务器的性能得以提升,保证WEB访问的访问流畅。- 阅读全文
posted @ 2013-12-12 09:27 jamin 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2013-12-12 09:22 jamin 阅读(844) 评论(0) 推荐(0) 编辑
摘要: 看到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. 阅读全文
posted @ 2013-12-09 09:43 jamin 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 为什么.net调用SAP的BAPI接口需要调用BAPI_TRANSACTION_COMMIT呢?首先得明白BAPI_TRANSACTION_COMMIT这个BAPI的作用。它功劳很大,在SAP里面很多的BAPI直接调用是不会有结果的,因为需要COMMIT一下才能生效,比如生成资产编号的BAPI:BAPI_FIXEDASSET_CREATE1,如果对他直接在SE37中调用运行或者使用SE38调用它,虽然可以得到一个资产编号,但是在AS03里面查询,系统会很白痴得提示你:该资产编号不存在于XX公司。更搞的是当你在AS01中新建资产编号时,新建的资产编号会跳过之前用BAPI生成“失败”的号码。那么, 阅读全文
posted @ 2013-10-17 14:45 jamin 阅读(2110) 评论(0) 推荐(0) 编辑
摘要: 1、首先引用dll,然后在程序开头:using SAP.Middleware.Connector;2、接下去就是设置登陆参数了,以前相关博文都有说明:public class MyBackendConfig : IDestinationConfiguration{public RfcConfigParameters GetParameters(String destinationName){if (”PRD_000″.Equals(destinationName)){RfcConfigParameters parms = new RfcConfigParameters();parms.Add( 阅读全文
posted @ 2013-10-17 14:42 jamin 阅读(706) 评论(0) 推荐(0) 编辑