会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
请叫我七哥
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
15
下一页
2024年7月7日
麻将听牌算法 js
摘要: https://cloud.tencent.com/developer/article/1070925
阅读全文
posted @ 2024-07-07 21:06 请叫我七哥
阅读(9)
评论(0)
推荐(0)
2024年6月5日
验证视图状态 MAC 失败。如果此应用程序由网络场或群集托管,请确保 <machineKey>
摘要: 验证视图状态 MAC 失败。如果此应用程序由网络场或群集托管,请确保 <machineKey> 配置指定了相同的 validationKey 和验证算法。不能在群集中使用 AutoGenerate。 https://www.cnblogs.com/lsgxeva/p/9668931.html 暂时记
阅读全文
posted @ 2024-06-05 21:10 请叫我七哥
阅读(40)
评论(0)
推荐(0)
sql中,更改12小时制中,时间部分改为24小时制,以及sql两个字符连接
摘要: update dt_users set reg_time= (CONVERT(varchar(100), reg_time, 23)+' '+'13:00:00' ) where CONVERT(varchar(100), reg_time, 8)='01:00:00'
阅读全文
posted @ 2024-06-05 15:33 请叫我七哥
阅读(21)
评论(0)
推荐(0)
2024年5月21日
C#解析JSON。Newtonsoft.Json下载
摘要: 1. JSON定义 全称“JavaScript Object Notation(JavaScript对象表示法)”,JSON 是存储和交换文本信息的语法。 举例: [ { "id": 2, "name": "星河爆破", "number": 999 }, { "id": 3, "name": "九星
阅读全文
posted @ 2024-05-21 20:18 请叫我七哥
阅读(660)
评论(0)
推荐(0)
ASP.NET之JSONHelper操作
摘要: 之前说到了Ext.Net中GridPanel行取值的问题(Ext.Net开发_GridPanel行选中取值),涉及到checkBox操作时,要留个心眼注意下取值的区别!返回值是Json格式。 现在用到了Json,就想自己也整一个Josn帮助类。在线帮助的资料很多,在巨人的身上东凑西凑也凑一个用用。
阅读全文
posted @ 2024-05-21 19:42 请叫我七哥
阅读(134)
评论(0)
推荐(0)
Dictionary<string, object>
摘要: Dictionary<string, object> dcic = JsonHelper.DataRowFromJSON(resultdepth); foreach (var depthkey in dcic.Keys) { if (depthkey.Contains("data")) { Dict
阅读全文
posted @ 2024-05-21 19:35 请叫我七哥
阅读(70)
评论(0)
推荐(0)
2024年5月19日
repeater中,checkbox选中,获得对应的TextBox 的值
摘要: 通过data-id='<%#Eval("id") %>' 绑定唯一id。 <ItemTemplate> <tr> <td style="padding:10px"> <div class="rule-multi-checkbox"> <label for="chkId"> <input type="
阅读全文
posted @ 2024-05-19 08:16 请叫我七哥
阅读(45)
评论(0)
推荐(0)
2024年5月15日
repeater中嵌套放入RadioButtonList
摘要: <asp:Repeater ID="rptList" runat="server" onitemdatabound="rptList_ItemDataBound" > <HeaderTemplate> <table width="100%" border="0" cellspacing="0" ce
阅读全文
posted @ 2024-05-15 13:50 请叫我七哥
阅读(14)
评论(0)
推荐(0)
2024年5月13日
checkboxlist绑定数据方法,以及使用方法
摘要: checkboxlist绑定数据方法 1.把数据绑定到CheckBoxList中 特别要注意加载顺序 protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { SqlConnection con =
阅读全文
posted @ 2024-05-13 19:53 请叫我七哥
阅读(118)
评论(0)
推荐(0)
2024年5月1日
JS设置时间格式为2010-01-01,以及时间加减
摘要: function formatDate(date){ let year = date.getFullYear(); let month = date.getMonth()+1; let day = date.getDate(); month = month < 10 ?'0'+ month : mo
阅读全文
posted @ 2024-05-01 14:04 请叫我七哥
阅读(15)
评论(0)
推荐(0)
1
2
3
4
5
···
15
下一页
公告