感冒的梵高 的文章
-
Linux服务器5 — POLL模型优缺点及服务端代码
POLL模型大体实现流程上与SELECT模型无异 1、POLL模型的利弊 优点: 1)单进程让服务端拥有基本的一对多响应能力。 2)实现较为简单(模型比较轻量) 3)POLL模…… -
多库多表动态查询dao
多库多表动态查询dao import com.alibaba.druid.pool.DruidDataSource; import org.apache.commons.dbutils.DbUtils; import org.apache.commons.dbutils.Quer…… -
HDLBits刷题_Verilog Language_Alwaysblock1
Since digital circuits are composed of logic gates connected with wires, any circuit can be expressed as some combination of modules and assign stat…… -
typora : excel 直接复制到typora中
1 excel --------> html: http://pressbin.com/tools/excel_to_html_table/index.html Copy your Excel spreadsheet data, and paste it into this text box…… -
-
mysql id位数不够前面补0
1,前面补零 LPAD(str,len,padstr) select LPAD(‘1’, 8, 0) 结果为 00000001 2.后面补0 RPAD(str,len,padstr) select RPAD(‘1’, 8, 0) 结果为10000000 '1'换为…… -
VirtualBox6.0 安装centos网络配置
背景资料 VirtualBox中有4中网络连接方式: 1. NAT 2. Bridged Adapter 3. Internal 4. Host-only Adapter VMWare中有三种,其实他跟VMWare …… -
ShockHosting新增日本/新加坡机房:1核2G/30GB SSD/1TB流量/1Gbps/4.99美元/月,支持支付宝
ShockHosting一口气又在亚洲上线日本机房和新加坡机房,和之前的美国洛杉矶、达拉斯、新泽西、丹佛、芝加哥、杰克逊维尔、荷兰、英国、澳大利亚机房配置一样,…… -
-
java json字符串转对象
调用方法fromJson() package cn.enilu.flash.utils; import cn.enilu.flash.bean.entity.system.User; import com.fasterxml.jackson.annotation.JsonInclude;……
友情链接