攻城狮科学家

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年3月28日

摘要: 蓝牙命令: sudo systemctl stop bluetooth sudo systemctl start bluetooth sudo rfkill unblock bluetooth sudo systemctl status bluetooth sudo bluetoothctl sca 阅读全文
posted @ 2018-03-28 14:59 攻城狮科学家 阅读(247) 评论(0) 推荐(0) 编辑

2018年3月23日

摘要: 作者:匿名用户链接:https://www.zhihu.com/question/21653286/answer/95532074来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 Windows上Python2和3如何兼容 想学习Python3,但是暂时又离不开Pyth 阅读全文
posted @ 2018-03-23 10:05 攻城狮科学家 阅读(397) 评论(0) 推荐(0) 编辑

2017年12月27日

摘要: windows install cassandra use datastax install Cassandra 3.8.0 start & stop cassandra on windows: http://docs.datastax.com/en/archived/cassandra_win/3 阅读全文
posted @ 2017-12-27 11:45 攻城狮科学家 阅读(388) 评论(0) 推荐(0) 编辑

摘要: http://www.jianshu.com/p/2eebd6ad284d 注意独显的问题,需要在install ubuntu开始的时候按e,进入命令界面 http://www.linuxdiyf.com/linux/28696.html 启动后,改内核 http://blog.a0z.me/201 阅读全文
posted @ 2017-12-27 11:42 攻城狮科学家 阅读(125) 评论(0) 推荐(0) 编辑

摘要: 一块网卡接SingTel网,一块网卡接公司网 1.当配置服务器为外网IP和内网IP的方式时,只设置外网IP的网关,不要设置内网IP的网关. 操作如下: 1 2 3 4 5 6 7 8 9 10 11 vi /etc/network/interfaces 修改里面的内容如下 auto eth0 ifa 阅读全文
posted @ 2017-12-27 11:40 攻城狮科学家 阅读(769) 评论(0) 推荐(0) 编辑

2016年10月10日

摘要: 用in失败,可以用inner join代替。 use solardb;select * from data as vinner join ( select distinct Timestamp from data order by unix_timestamp(str_to_date(Timesta 阅读全文
posted @ 2016-10-10 17:54 攻城狮科学家 阅读(163) 评论(0) 推荐(0) 编辑

2016年9月27日

摘要: About Feature Scaling and Normalization http://sebastianraschka.com/Articles/2014_about_feature_scaling.html 阅读全文
posted @ 2016-09-27 16:01 攻城狮科学家 阅读(118) 评论(0) 推荐(0) 编辑

摘要: 电梯井中需要考虑波导,duct现象。 两种sensor,一种是固定的,一种是随电梯移动的。可选择解决方案如下: 移动的sensor直接加3G modem,用3G信号直接传到server中。如果电梯井中信号不好,需要加多一个repeater。 用wireless transceiver的方式被否定,没 阅读全文
posted @ 2016-09-27 15:14 攻城狮科学家 阅读(614) 评论(0) 推荐(0) 编辑

2016年8月30日

摘要: 嵌入: http://www.makeuseof.com/tag/get-creative-and-make-your-own-maps-with-custom-layers-on-the-new-google-maps/ 阅读全文
posted @ 2016-08-30 16:05 攻城狮科学家 阅读(145) 评论(0) 推荐(0) 编辑

2016年8月16日

摘要: http://smallc.blog.51cto.com/926344/1721922 阅读全文
posted @ 2016-08-16 13:34 攻城狮科学家 阅读(162) 评论(0) 推荐(0) 编辑