摘要:
C++ 编码转换 flyfish 2015-8-21 std::string raw_string="汉字 this is string"; //GBK to UFT8 std::string utf8_string1 = boost::locale::conv::to_utf<char>(raw_ 阅读全文
摘要:
salt尽管好用可是机器管理的越来越多,通过cli的结果输出方式查看运行结果越来越多不能满足我的需求。并且作为一个推动运维自己主动化的攻城狮,使用这样的人眼查看运行结果的方式简直土到掉渣。尽管别人看起来逼格非常高。但谁累谁知道。。。因为以上原因,给各位推荐一种逼格更高的结果查看方式: salt re 阅读全文
摘要:
今天来看下HotSpotVM在Linux下的线程模型。 Thread.start HotSpot Runtime Overview 中说道, There are two basic ways for a thread to be introduced into the VM: execution o 阅读全文
摘要:
MySQL Types to Java Types for ResultSet.getObject() MySQL Type Name Return value ofGetColumnClassName Returned as Java Class BIT(1) (new in MySQL-5.0) 阅读全文