mac版:////main.m//test////Createdbyhaidrgonon2018/12/20.//Copyright?2018haidrgon.Allrightsreserved.//#import<Foundation/Foundation.h>#include<iostream>#include<string>#include<stdl
分类:
其他好文 时间:
2018-12-21 00:00:03
阅读次数:
202
StringUtils工具类 1 package com.example.test; 2 3 import org.springframework.util.StringUtils; 4 5 public class Test { 6 public static void main(String[] ...
分类:
其他好文 时间:
2018-12-17 14:25:33
阅读次数:
773
htmlajaxControllerUserServiceImpl验证码ControllerYzmServiceImpl声明Constant类验证码util类packagecom.xinbo.www.utils;importorg.slf4j.Logger;importorg.slf4j.LoggerFactory;importsun.misc.BASE64Encoder;importjavax.
分类:
其他好文 时间:
2018-12-10 15:39:20
阅读次数:
216
class userTabControl : TabControl { const int CLOSE_SIZE = 15; protected override void OnInvalidated(InvalidateEventArgs e) { this.DrawMode = TabDrawM ...
分类:
其他好文 时间:
2018-11-12 14:58:01
阅读次数:
113
Qt版本:5.5.1 Qt的QString功能丰富,对非英语语言的支持也不是问题,但支持得不够直接。例如,像 1 QString str("死亡使者赛维"); 1 QString str("死亡使者赛维"); 1 QString str("死亡使者赛维"); QString str("死亡使者赛维" ...
分类:
其他好文 时间:
2018-11-10 13:01:48
阅读次数:
263
VC2010和VC2017的标准库中,string(或wstring)的数据结构和操作有所不同,所以在将这两种数据作为参数在两个系统产生的函数中传递时会出现乱码(string和wstring在2017下必须是引用传递) ...
分类:
其他好文 时间:
2018-10-28 22:06:01
阅读次数:
251
1 #include 2 #include 3 #include 4 #include 5 #pragma comment(lib, "shell32.lib") 6 using namespace std; 7 #ifdef _UNICODE 8 typedef wstring tstring; ... ...
分类:
编程语言 时间:
2018-10-13 18:17:18
阅读次数:
365
using (Image i = Image.FromFile(inputPath)) { using (Graphics g = Graphics.FromImage(i)) { g.DrawString("John", Font, Brushes.Black, new PointF(fX, fY ...
正则表达式本身也和python没有什么关系,就是匹配字符串内容的一种规则。 常用匹配模式(元字符) ...
分类:
其他好文 时间:
2018-08-22 21:52:25
阅读次数:
167