摘要: https://stackoverflow.com/questions/33289968/method-not-allowed-the-method-is-not-allowed-for-the-requested-url-on-delete-me 解决方式:使用ajax发送DELETE请求 阅读全文
posted @ 2018-11-07 14:37 ShaneSun 阅读(296) 评论(0) 推荐(0) 编辑
摘要: select datetime(timestamp, 'localtime') https://stackoverflow.com/questions/381371/sqlite-current-timestamp-is-in-gmt-not-the-timezone-of-the-machine 阅读全文
posted @ 2018-11-04 18:03 ShaneSun 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 开放端口 删除端口 允许某ip访问某端口(就是添加rich-rules)firewall-cmd --permanent --zone=public --add-rich-rule="rule family=ipv4 source address=xxx.xxx.xxx.xxx port port= 阅读全文
posted @ 2018-10-29 10:47 ShaneSun 阅读(566) 评论(0) 推荐(0) 编辑
摘要: sc <server> create [service name] [binPath= ] <option1> <option2>... 如:sc create gitea start= auto binPath= "C:\gitea\gitea.exe" 阅读全文
posted @ 2018-09-29 14:58 ShaneSun 阅读(290) 评论(0) 推荐(0) 编辑
摘要: ovs-vsctl: 展示基本信息:sudo ovs-vsctl show 删除所有(如清空Qos表): sudo ovs-vsctl --all destroy Qos 删除一条(Qos):sudo ovs-vsctl destroy Qos qos的uuid 展示一个表的所有数据(如Qos):s 阅读全文
posted @ 2018-08-13 14:05 ShaneSun 阅读(341) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Dublin_Core 都柏林核心模式(Dublin Core Schema)是一小部分词汇术语,可用于描述数字资源(视频、图像、网页等)以及物理资源,如书籍或CD,以及艺术品等对象。都柏林核心元数据的全套术语可在都柏林核心元数据倡议(DC 阅读全文
posted @ 2018-08-07 11:11 ShaneSun 阅读(463) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Common_warehouse_metamodel 阅读全文
posted @ 2018-08-07 10:37 ShaneSun 阅读(430) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/MARC_standards MARC(机读编目)标准是一组数字格式,用于描述图书馆编目的项目,如书籍。 美国计算机科学家亨丽特·阿夫拉姆(Henriette Avram)与国会图书馆(Library Of Congress)合作,于20世 阅读全文
posted @ 2018-08-06 10:21 ShaneSun 阅读(1065) 评论(0) 推荐(0) 编辑
摘要: https://sourceforge.net/p/ryu/mailman/message/32995277/ 阅读全文
posted @ 2018-07-29 20:03 ShaneSun 阅读(854) 评论(0) 推荐(0) 编辑
摘要: https://github.com/mininet/mininet/wiki/Introduction-to-Mininet self.addLink( node1, node2, bw=10, delay='5ms', max_queue_size=1000, loss=10, use_htb= 阅读全文
posted @ 2018-07-29 13:57 ShaneSun 阅读(1039) 评论(0) 推荐(0) 编辑