哈哈哈 哈哈哈
3年前
js 时间处理
时间戳转formdate格式13||16位javascriptfunctiontimeStampToFormdate(timestamp){if(timestamp){return'}vardatetimestamp.toString(
Wesley13 Wesley13
3年前
C++经典机试题目
1\.表达式求值中缀转后缀include<iostreaminclude<stackusingnamespacestd;intPriority(charoper){switch(oper){case'(':return
Stella981 Stella981
3年前
Python:UTF
!/usr/bin/envpythoncoding:utf8UTF8转换成GBK编码tempdecodeencode原理就是把UTF8转换成万国码,再给万国码进行编码转换成GBK,在python2.x里面这么用"""给变量temp
Stella981 Stella981
3年前
Coroutine in Java协程
转自 https://segmentfault.com/a/1190000006079389?fromgroupmessage&isappinstalled0说到协程(Coroutine)
Stella981 Stella981
3年前
JS(react)里面Json、String、Map、Object之间的转换
importReact,{Component}from'react'classJsonUtilsextendsReact.Component{/字符串转json/staticstringToJson(data){return
Stella981 Stella981
3年前
Blob分析
文章转自微信公众号:机器视觉那些事\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\公众号:机器视觉那些事儿\\\\\\
Wesley13 Wesley13
3年前
Java日期时间API系列13
  从前面的系列博客中可以看出Jdk8中java.time包中的新的日期时间API类设计的很好,但Date由于使用仍非常广泛,这就涉及到Date转LocalDateTime,LocalDateTime转Date。下面是时间类互相转换大全,包含Instant、LocalDate、LocalDateTime、LocalTime、ZonedDateTime和Dat
Wesley13 Wesley13
3年前
Java类型转换工具类(十六进制—bytes互转、十进制—十六进制互转,String—Double互转)
/数据类型转换工具类@authorcyf/publicclassNumConvertUtil{/bytes转16进制字符串@parambArray
Wesley13 Wesley13
3年前
JAVA 进制转换的几个方法
进制转化在JAVA中已经封装好了.无论是常规的10转2,8,16,还是相对应的2,8,16进制转化为10进制的方法,当然也包括10n进制,n进制转10进制的常规方法.都被封装在Integer对象中.10进制转化其他进制对应的方法,参数:n(原10进制数据),r(进制),返回值10进制转2进制Integer.toBinarySt
Stella981 Stella981
3年前
C#连接操作mysql实例
\转\C连接操作mysql实例(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Ffreeliver54%2Farchive%2F2012%2F11%2F20%2F2778637.html)本文转自:http://hi.baidu.com/zh