华山轮贱

2018年5月21日

瀑布流

摘要: CSS部分 HTML部分 JS启动部分 阅读全文

posted @ 2018-05-21 17:15 华山轮贱 阅读(126) 评论(0) 推荐(0) 编辑

2018年3月27日

阿里云oss c# api 的使用 的使用

摘要: API 文档下载地址:http://docs-aliyun.cn-hangzhou.oss.aliyun-inc.com/assets/attach/32085/cn_zh/1515493045734/aliyun_oss_dotnet_sdk_2_8_0.zip?spm=a2c4g.1118662 阅读全文

posted @ 2018-03-27 15:12 华山轮贱 阅读(4988) 评论(1) 推荐(0) 编辑

2018年3月5日

using Newtonsoft.Json;

摘要: using Newtonsoft.Json; //数组转义为json string result = JsonConvert.SerializeObject(list1); //josn转义为数组 Dictionary<string, string> arr = JsonConvert.Deseri 阅读全文

posted @ 2018-03-05 19:27 华山轮贱 阅读(287) 评论(0) 推荐(0) 编辑

2017年9月27日

chrome插件学习笔记

摘要: manifest.json 页面元素点击事件&&js插入母页面 阅读全文

posted @ 2017-09-27 17:58 华山轮贱 阅读(195) 评论(0) 推荐(0) 编辑

2015年9月30日

绩效考核如何快速评分

摘要: 1、按f12进入开发者模式输入:​jk.jznews.com.cn/web/lingdao_pingfen2.aspx进入该页面2、进入评分页面后,在开发模式中选取console模式(javascript 控制台)输入代码var td1=document.getElementsByClassName... 阅读全文

posted @ 2015-09-30 14:30 华山轮贱 阅读(404) 评论(0) 推荐(0) 编辑

2015年5月29日

wx jssdk

摘要: public static Dictionary jsstr(string url) { //noncestr string noncestr=jssdk.GenerateRandom(16); //timestamp ... 阅读全文

posted @ 2015-05-29 09:06 华山轮贱 阅读(593) 评论(0) 推荐(0) 编辑

2015年3月17日

.NET C# 将 mdb 中数据读为 list<string[]> 其中 path 为数据库地址 ,sql 为查询语句

摘要: using System.Data;using System.Data.OleDb; public static List select_list(string path, string sql) { string connstr = "Provid... 阅读全文

posted @ 2015-03-17 16:49 华山轮贱 阅读(260) 评论(0) 推荐(0) 编辑

2014年12月5日

C# winform 模拟键盘鼠标操作

摘要: 1、获取鼠标位置private void timer1_Tick(object sender, EventArgs e) { // timer1.Stop(); // int x = Control.MousePosition.X; ... 阅读全文

posted @ 2014-12-05 01:49 华山轮贱 阅读(700) 评论(0) 推荐(0) 编辑

2014年9月25日

php 数据库select函数//待编辑

摘要: "; while($row = mysql_fetch_array($result)) { echo""; $num=count($row); for ($x=0; $x"; echo $row[$x]; echo ""; } echo""; } echo""; mysq... 阅读全文

posted @ 2014-09-25 06:33 华山轮贱 阅读(286) 评论(0) 推荐(0) 编辑

php 数据库insert函数

摘要: 阅读全文

posted @ 2014-09-25 05:48 华山轮贱 阅读(796) 评论(0) 推荐(0) 编辑

导航