10 2017 档案
摘要:错误方式 @Test public void testDeserializeTest() throws IOException, ClassNotFoundException { ByteArrayOutputStream baos = new ByteArrayOutputStream(); Ob
阅读全文
摘要:开启3306端口的tcp访问权限 /sbin/iptables -I INPUT -p tcp -dport 3306 -j ACCEPT 保存防火墙信息 /etc/rc.d/init.d/iptables save 查看防火墙该端口是否开启 /etc/init.d/iptables status
阅读全文
摘要:CREATE TEMPORARY TABLESPACE 表空间 TEMPFILE 数据存储路径('D://oracle//NEW_NAMESPACE.DBF') SIZE 32M AUTOEXTEND ON NEXT 32M MASIZE UNLIMITED EXTENT MANAGEMENT LO
阅读全文
摘要:# Redis configuration file example. #Redis 配置文件的示例 #如何利用配置文件启动Redis # Note that in order to read the configuration file, Redis must be# started with t
阅读全文
摘要:1.逻辑与运算规则 true 与 true 等于 true true与 false 等于 false false 与 true等于 false false 与 false 等于 false 2.短路规则 当判断第一个元素就已经能决定等式的结果了就不在判断第二个等式。 例:在与运算中,当第一个元素为f
阅读全文

浙公网安备 33010602011771号