/// <summary> /// 显示 /// </summary> /// <returns></returns> public ActionResult get() { Uri url = new Uri("http://localhost:49903/"); HttpClient clien ...
分类:
Web程序 时间:
2017-11-21 22:11:50
阅读次数:
163
Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: A: a1 → a2 ...
分类:
其他好文 时间:
2017-11-21 14:26:48
阅读次数:
121
#region 生成ID public static string CreateGuid(int index) { //CAST(CAST(NEWID() AS BINARY(10)) + CAST(GETDATE() AS BINARY(6)) AS UNIQUEIDENTIFIER) byte[ ...
分类:
其他好文 时间:
2017-11-20 20:15:53
阅读次数:
158
/// <summary> /// 用户显示方法 /// </summary> /// <returns></returns> public string UserInfoShowDo() { return JsonConvert.SerializeObject(userinfoBLL.ShowUs ...
分类:
Web程序 时间:
2017-11-19 19:48:24
阅读次数:
223
DROP FUNCTION IF EXISTS rand_string; DELIMITER $$ CREATE FUNCTION rand_string(n INT) RETURNS VARCHAR(255) BEGIN DECLARE chars_str varchar(100) DEFAULT... ...
分类:
数据库 时间:
2017-11-18 18:46:20
阅读次数:
212
/// <summary> /// 获取转UTF8的字符串 /// </summary> /// <param name="strWord"></param> /// <returns></returns> public static string GetUtf8String(string strW ...
分类:
其他好文 时间:
2017-11-18 16:03:21
阅读次数:
156
/// <summary> /// 登录方法 /// </summary> /// <param name="Name"></param> /// <param name="Pwd"></param> /// <returns></returns> public int LoginDo(string ...
分类:
其他好文 时间:
2017-11-18 12:55:19
阅读次数:
139
继续学习lodash,math部分,也就是一些数学相关的方法 “Math” Methods _.add(augend, addend) 加法函数. //add.js var createMathOperation = require('./_createMathOperation'); //包装方法 ...
分类:
其他好文 时间:
2017-11-17 22:24:49
阅读次数:
139
转载请注明出处 : web那点破事 » 百度坐标坐标系之间的转换(JS版代码) ...
分类:
Web程序 时间:
2017-11-17 13:23:28
阅读次数:
245
Given an array of integers nums, write a method that returns the "pivot" index of this array.We define the pivot index as the index where the sum of t... ...
分类:
其他好文 时间:
2017-11-16 23:52:47
阅读次数:
296