Wesley13 Wesley13
3年前
STL 容器和迭代器连载1_简介
/文件名:STL_con_ite_1.cpp开发人员:袁培荣当前版本:1.0.0.2595创建时间:20120520
Wesley13 Wesley13
3年前
360项目
shape资源创建图片(重点)1.resdrawablexxx.xml<shapexmlns:android"http://schemas.android.com/apk/res/android"android:shape"rectangle"
Stella981 Stella981
3年前
Git设置
全局设置gitconfigglobaluser.name"用户名"gitconfigglobaluser.email"xxx@126.com"创建git仓库:mkdirdsa\_zhedacddsa\_zhedagitinittouchREADME.mdgita
Wesley13 Wesley13
3年前
Java操作RabbitMQ简单队列
1、创建工具类packagecom.kobe.rabbitmq;importcom.rabbitmq.client.Connection;importcom.rabbitmq.client.ConnectionFactory;importjava.io.IOException;
Wesley13 Wesley13
3年前
MySQL存储过程语法
先上一段代码/创建字符串split函数/DROPFUNCTIONIFEXISTSSPLIT_STR;CREATEFUNCTIONSPLIT_STR(xVARCHAR(255),delimVARCHAR(12),posINT)
Stella981 Stella981
3年前
Django连接MySQL数据库配置
1、自己手动创建数据库createdatabase数据库名;如:createdatabasebmscharactersetutf8;授权访问:grantallprivilegesonbms.toroot@"192.168.2.222"identi
Wesley13 Wesley13
3年前
mysql经典查询语句
笔记来源公开课,谢谢!1.创建student和score表CREATETABLEstudent(idINT(10)NOTNULLUNIQUEPRIMARYKEY,nameVARCHAR(20)NOTNULL,sexVARCHAR(4),birthYEAR,
Stella981 Stella981
3年前
Devicemapper 源码分析和流程
整个流程大体如下:!(http://static.oschina.net/uploads/img/201506/05170153_QuAn.jpg)创建thinpool//Thisistheprogrammaticexampleof"dmsetupcreate"funccreatePool(poolNamestring,
Wesley13 Wesley13
3年前
.NET Core ActionFilterAttribute自定义响应输出
在.NetCore中使用ActionFilterAttribute重写OnResultExecuting来实现对返回接口自定义输出:1、创建 ResultFilter,继承自 ActionFilterAttributepublicclassResultFilter:ActionFilterAttribute{
Stella981 Stella981
3年前
C# 调用windows时间同步服务获取准确时间
//创建一个Daytime类代码如下:usingSystem;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem.Data;usingSystem.Diagnostics;usingSy