随笔分类 - 小点
摘要:1.<asp:DropDownList 2.Winform :dataGridView
阅读全文
摘要:1.转化字符串 string partnerid = TempData["partnerid"] + "";
阅读全文
摘要:var CheckData = function () { var accountname = $("#AccountName").val(); var accounttype = $("#AccountType").val(); var mobile = $("#ContactPersonMobile").val(); var ...
阅读全文
摘要:@Ajax.ActionLink(@shared.Delete, "DeleteServicetag", new { id = item.ID }, new AjaxOptions { Confirm = "确认要删除此Servicetag ?", HttpMethod = "Post", ...
阅读全文
摘要:1.客户->审批拒绝->编辑->变为待编辑状态(拒绝原因=“”清空) 2.显示列表的判断条件(角色判断),在导出数据判断中再重新判断 3.改了代码界面,用户手册也要跟着修改
阅读全文
摘要:for (int t = 0; t < serviceTag.Length; t++)//2 12 12 { for (int j = t+1; j < serviceTag.Length; j++)//2 12 12 { if (serviceTag[t] == ...
阅读全文
摘要:1.视图修改 USE [D] GO Alter View [dbo].[vUsers_Address] as SELECT a.*,b.City,b.Township, b.Street,c.RoleName from CCD_Users as aLeft join TW_Address as b
阅读全文
摘要:using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; namespace Cons
阅读全文
摘要:1 private string GetAccountNo() 2 { 3 try 4 { 5 string shortName="B"; 6 string latestAccountNO = shortName + "000001"; ...
阅读全文
摘要:int sNum = 0; string s = "100"; int Result = 0; int.TryParse(s, out Result) //转换失败Result为0 转换成功Result为结果值 if(Result!=0) { sNum=Result; }
阅读全文

浙公网安备 33010602011771号