• 00
  • :
  • 00
  • :
  • 00
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 31 下一页
摘要: Android Studio中有用的快捷键栏#1 Ahraewi线移动 Alt + Shift +向上/向下❖Alt + Shift +向上/向下 或上下移动在所选位置的行。 删除行 CMD + Backspace键 ❖Ctrl + Y 删除所选位置的路线。 复制线 CMD + D ❖CTRL 阅读全文
posted @ 2016-06-02 15:03 Garson_Zhang 阅读(900) 评论(0) 推荐(0) 编辑
摘要: CREATE FUNCTION ufn_ConvertInt2Hex ( @Num BIGINT ) RETURNS VARCHAR(500) AS BEGIN /************************************** -- 功能:十进制转十六进制 -- 作者:GarsonZhang -- 时间:2016年5月28日13:26:55 -- 测试: PRINT dbo.ufn... 阅读全文
posted @ 2016-05-28 13:35 Garson_Zhang 阅读(5183) 评论(0) 推荐(0) 编辑
摘要: 利用Row_NUMBER()获取分组的前几条数据,获取前几条数据 阅读全文
posted @ 2016-05-24 18:11 Garson_Zhang 阅读(3154) 评论(0) 推荐(0) 编辑
摘要: webApi文件上传与下载 支持多文件批量上传 文件在服务器端以GUID重命名存储 上传后返回文件信息 阅读全文
posted @ 2016-05-20 11:23 Garson_Zhang 阅读(15217) 评论(0) 推荐(3) 编辑
摘要: 今天为大家分享一些 Good UI 在一些项目中获取的设计以及运营策略等方面的经验。这是本人收藏了很久的干货,最近开始做网站产品,又把它翻出来了。Good UI 是一家研究用户体验的设计机构。我们知道成功的页面设计不仅有很高的转化率更便于用户使用,既能满足商业目标更能为用户带来良好的体验。1. 用通 阅读全文
posted @ 2016-05-06 11:21 Garson_Zhang 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.sina.com.cn/s/blog_5ef755720100cyo3.html pivot函数: create table test(id int,name varchar(20),quarter int,profile int)insert into test va 阅读全文
posted @ 2016-05-06 10:21 Garson_Zhang 阅读(329) 评论(0) 推荐(0) 编辑
摘要: public class INIUserAccound { static IniFile Ini = new IniFile(AppDomain.CurrentDomain.BaseDirectory + @"\Config\User.Ini"); const string Session = "UserInfo"; /// ... 阅读全文
posted @ 2016-04-22 14:23 Garson_Zhang 阅读(294) 评论(0) 推荐(0) 编辑
摘要: public class Logs { /// /// 写日志,指定日志文件 /// /// /// public static void Info(string Msg) { try { ... 阅读全文
posted @ 2016-04-22 11:38 Garson_Zhang 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 单数据库初始化,以MSSQL为例 public class DBConfig : IDBConfig { public static void InitDB() { GZFramework.DB.Core.Config.DBConfig = new DBConfig(); } IDatabase ... 阅读全文
posted @ 2016-04-20 14:38 Garson_Zhang 阅读(637) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Net; 6 using System.Net.Http; 7 using System.Net.Http.Headers; 8 using Syst... 阅读全文
posted @ 2016-04-11 16:57 Garson_Zhang 阅读(471) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 31 下一页