import java.util.regex.Matcher; import java.util.regex.Pattern; import com.sun.org.apache.xerces.internal.impl.xpath.regex.CaseInsensitiveMap; public ... ...
分类:
编程语言 时间:
2017-07-22 09:51:43
阅读次数:
242
报错日志:[7/18/1718:04:24:582CST]0000000aORBRasEcom.ibm.ws.orbimpl.transport.WSTransportcreateServerSocketP=254162:O=0:CTORBX0390E:Cannotcreatelistenerthread.Exception=[org.omg.CORBA.INTERNAL:CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_SERVER_SOCKET,Exception=c..
分类:
其他好文 时间:
2017-07-20 10:07:09
阅读次数:
146
学习的资源 http://www.runoob.com/ 概念 样式表的插入方法 (1)外部样式表(External style sheet) (2)内部样式表(Internal style sheet) (3)内联样式(Inline style) 多重样式优先级 内联样式)Inline style ...
分类:
Web程序 时间:
2017-07-18 23:05:05
阅读次数:
265
Design and implement a TwoSum class. It should support the following operations: add and find. add - Add the number to an internal data structure.find ...
分类:
其他好文 时间:
2017-07-18 09:57:42
阅读次数:
219
mybatis generator默认生成 的注释太奇葩了,完全不能拿到生产去用,不过幸亏提供了接口可以自己扩展。长话短说,要生成如下的domain, 同时mapper.xml中也不要注释,可通过更改org.mybatis.generator.internal.DefaultCommentGener ...
分类:
其他好文 时间:
2017-07-16 21:29:01
阅读次数:
493
C#中一个类中的成员有四种修饰级别: public:完全开放,谁都能访问。 private:完全封闭,只有类自身可以访问。 internal:只对相同程序集,或使用InternalVisibleToAttribute标记的程序集开放。 protected:只对子类开放。 重点说下: Internal ...
分类:
其他好文 时间:
2017-07-15 17:44:24
阅读次数:
133
An internal error occurred during: "Retrieving archetypes:". Java heap space 表示你的myeclipse堆内存不够了 解决方案: 1. 找到MyEclipse的安装目录下myeclipse.ini文件并打开。 2. 修改文件 ...
分类:
系统相关 时间:
2017-07-15 14:49:01
阅读次数:
153
我们有时会遇到这样的需求,限制一个Linux用户,让他只能在指定的目录下进行添加、修改、删除操作,并且只能使用sftp登录服务器,不能用ssh操作。这些可以通过配置sftp服务实现。 提供sftp服务的有vsftpd和internal-sftp,这里用的是系统自带的internal-sftp,操作步 ...
分类:
系统相关 时间:
2017-07-12 21:13:57
阅读次数:
253
using System; using System.Collections.Generic; using System.Linq; using System.Text; //工厂方法的重载 namespace Factory_event { internal interface hload_Log... ...
分类:
其他好文 时间:
2017-07-12 15:24:43
阅读次数:
154
目标:搭建一个主机上的网络用来链接主机和虚拟机,并且虚拟机可以通过主机上网。 步骤一:创建一个Internal Network. 步骤二: 创建虚拟机并设置Virtual Switch。 步骤三:将上面创建的Interal Network加入主机的internet connection sharin ...
分类:
其他好文 时间:
2017-07-11 23:21:22
阅读次数:
331