08 2021 档案

摘要:Escape Character in SQL Server To escape ' you simly need to put another before: '' As the second answer shows it's possible to escape single quote li 阅读全文
posted @ 2021-08-30 15:01 ChuckLu 阅读(46) 评论(0) 推荐(0) 编辑
摘要:Is it a good approach to call return inside using {} statement? It's perfectly safe to call return inside your using block, since a using block is jus 阅读全文
posted @ 2021-08-30 10:54 ChuckLu 阅读(62) 评论(0) 推荐(0) 编辑
摘要:What does CultureInfo.InvariantCulture mean? For those looking for the 5 second answer: CultureInfo.InvariantCulture means "I don't care, I don't want 阅读全文
posted @ 2021-08-30 10:15 ChuckLu 阅读(84) 评论(0) 推荐(0) 编辑
摘要:Inline variable declaration not compiling error CS1525: Invalid expression term 'string' error CS1003: Syntax error, ',' expected In case the above an 阅读全文
posted @ 2021-08-27 15:53 ChuckLu 阅读(78) 评论(0) 推荐(0) 编辑
摘要:remote validation attribute on viewmodel property used for both create and edit A now I understand! There is the AdditionaFields of the Rempote attrib 阅读全文
posted @ 2021-08-27 13:32 ChuckLu 阅读(30) 评论(0) 推荐(0) 编辑
摘要:Find All References Not Working in cshtml Pages It seems that Visual Studio 2013 is lacking this feature. I cannot say if Visual Studio 2015 has fixed 阅读全文
posted @ 2021-08-27 13:27 ChuckLu 阅读(32) 评论(0) 推荐(0) 编辑
摘要:ASP.NET MVC下的四种验证编程方式 ASP.NET MVC采用Model绑定为目标Action生成了相应的参数列表,但是在真正执行目标Action方法之前,还需要对绑定的参数实施验证以确保其有效性,我们将针对参数的验证成为Model绑定。总地来说,我们可以采用4种不同的编程模式来进行针对绑定 阅读全文
posted @ 2021-08-27 11:31 ChuckLu 阅读(34) 评论(0) 推荐(0) 编辑
摘要:Remote Validation in ASP.NET MVC when JavaScript is Disabled Remote Validation in ASP.NET MVC when JavaScript is Disabled In this article, I am going 阅读全文
posted @ 2021-08-27 11:27 ChuckLu 阅读(45) 评论(0) 推荐(0) 编辑
摘要:Asp.net MVC验证那些事(1)-- 介绍和验证规则使用 Asp.net MVC验证哪些事(2)-- 验证规则总结以及使用 Asp.net MVC验证哪些事(3)-- Remote验证及其改进(附源码) Asp.net MVC验证那些事(4)-- 自定义验证特性 阅读全文
posted @ 2021-08-27 11:05 ChuckLu 阅读(26) 评论(0) 推荐(0) 编辑
摘要:RemoteAttribute Class Provides an attribute that uses the jQuery validation plug-in remote validator. 表单中的输入项,有些是固定的,不变的验证规则,比如字符长度,必填等。但有些是动态的,比如注册用户 阅读全文
posted @ 2021-08-27 11:04 ChuckLu 阅读(65) 评论(0) 推荐(0) 编辑
摘要:Cannot import the keyfile 'blah.pfx' - error 'The keyfile may be password protected' I reselected the Key(pfx) file in the "Choose a Strong Name Key F 阅读全文
posted @ 2021-08-24 10:46 ChuckLu 阅读(54) 评论(0) 推荐(0) 编辑
摘要:c:\workspace\company\kentico\source\kentico12\DataEngine\Database\Abstract\AbstractSqlGenerator.cs // SELECT ALL query case SqlOperationTypeEnum.Selec 阅读全文
posted @ 2021-08-24 10:00 ChuckLu 阅读(46) 评论(0) 推荐(0) 编辑
摘要:远程电脑多个显示器,eg:主显示器是外接显示器,但是下班时把外接显示器关闭了.这时候只要再toDesk切换显示器就行了 阅读全文
posted @ 2021-08-21 11:54 ChuckLu 阅读(6943) 评论(0) 推荐(0) 编辑
摘要:kentico12\DataEngine\Database\Abstract\AbstractSqlGenerator.cs // UPDATE ALL query case SqlOperationTypeEnum.UpdateAll: { sb.Append("UPDATE ", tableNa 阅读全文
posted @ 2021-08-20 17:18 ChuckLu 阅读(31) 评论(0) 推荐(0) 编辑
摘要:Stylesheet not loaded because of MIME-type 引用的路径错误,目标路径没有对应的css文件。因为服务器返回了404错误,是html格式的,匹配不上css In most cases, this could be simply the CSS file path 阅读全文
posted @ 2021-08-20 16:20 ChuckLu 阅读(59) 评论(0) 推荐(0) 编辑
摘要:fatal: The upstream branch of your current branch does not match the name of your current branch 问题 After doing a checkout of the remote branch releas 阅读全文
posted @ 2021-08-19 13:35 ChuckLu 阅读(1063) 评论(0) 推荐(1) 编辑
摘要:需要升级驱动https://www.intel.com/content/www/us/en/download/19344/29904/intel-graphics-windows-dch-drivers.html 具体参考 https://community.intel.com/t5/Graphic 阅读全文
posted @ 2021-08-18 16:51 ChuckLu 阅读(1836) 评论(0) 推荐(0) 编辑
摘要:ARAM=All Random All Middle (所有人随机选择英雄,所有人都走中路) FEEDER means Player Who Dies Easily in a Game in an online gaming context. A FEEDER is a player who rep 阅读全文
posted @ 2021-08-17 18:49 ChuckLu 阅读(408) 评论(0) 推荐(0) 编辑
摘要:the user account is not authorized for remote login Computer Management > Local Users and Groups > Groups > Remote Desktop Users She needs to be added 阅读全文
posted @ 2021-08-17 10:31 ChuckLu 阅读(200) 评论(0) 推荐(0) 编辑
摘要:The d parameter appears to be vulnerable to XPath injection attacks. The t parameter appears to be vulnerable to XPath injection attacks. The URL path 阅读全文
posted @ 2021-08-16 14:33 ChuckLu 阅读(56) 评论(0) 推荐(0) 编辑
摘要:warning MSB4011: "C:\workspace\Company\Finland\tow\develop\Source\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" cannot be imp 阅读全文
posted @ 2021-08-12 15:18 ChuckLu 阅读(224) 评论(0) 推荐(0) 编辑
摘要:Failed to run "C:\workspace\Company\Finland\tow\develop\Source\EdenredFi.WOTWeb\Gulpfile.js"...cmd.exe /c gulp --tasks-simple'gulp' is not recognized 阅读全文
posted @ 2021-08-12 14:26 ChuckLu 阅读(71) 评论(0) 推荐(0) 编辑
摘要:最后发现是需要设置PagerMode这个属性为PostBack https://devnet.kentico.com/docs/12_0/api/html/P_CMS_UIControls_UIPager_PagerMode.htm https://devnet.kentico.com/docs/1 阅读全文
posted @ 2021-08-11 17:35 ChuckLu 阅读(46) 评论(0) 推荐(0) 编辑
摘要:地图导航 流量类型高德地图 网址类型高德地图 访问网址dualstack-mpsapi.amap.com 起始时间2021-08-10 08:27:59 流量类型高德地图 网址类型高德地图 访问网址dualstack-mpsapi.amap.com 起始时间2021-08-10 08:27:59 流 阅读全文
posted @ 2021-08-10 09:30 ChuckLu 阅读(387) 评论(0) 推荐(0) 编辑
摘要:安卓手机无限重启是怎么回事? 进入HBOOT,音量下键选recovery,用电源键确认,看下面的图片选2个WIPE开头的进去选YES确认就可以了,这个是系统双清的,等于是恢复数据! 安卓手机怎么刷机?在不知道密码的情况下 第一种方法比较快速,但是不能保留手机里面的资料,所以一些重要的文件要提前备份。 阅读全文
posted @ 2021-08-08 17:21 ChuckLu 阅读(2206) 评论(0) 推荐(0) 编辑
摘要:SELECT * FROM dbo.CMS_ResourceString AS a INNER JOIN dbo.CMS_ResourceTranslation AS b ON a.StringID = b.TranslationStringID WHERE a.StringID = 120; 阅读全文
posted @ 2021-08-06 15:57 ChuckLu 阅读(31) 评论(0) 推荐(0) 编辑
摘要:Registration - Free Edition Register the Free Edition without an internet connection In the event that you need to register the application without an 阅读全文
posted @ 2021-08-06 10:13 ChuckLu 阅读(95) 评论(0) 推荐(0) 编辑
摘要:http://www.hshfy.sh.cn/shwfy/ssfww/dsrpt/wsla.jsp 当事人网上立案须知 欢迎使用上海法院当事人网上立案平台,操作前请认真阅读以下提示: 1. 本服务平台提供一站式立案服务,申请人可通过本平台提交立案申请、进行网上缴费、接收法官意见和立案通知,与立案法官 阅读全文
posted @ 2021-08-05 22:29 ChuckLu 阅读(1447) 评论(0) 推荐(0) 编辑
摘要:http://www.hshfy.sh.cn/ssfwyhv2/zc01/pc 上海法院诉讼服务网 民事起诉格式 http://wxgzh.hshfy.sh.cn/ztpt/html/wsys/page6.html 原告:×××,男/女,××××年××月××日生,×族,……(写明工作单位和职务或职业 阅读全文
posted @ 2021-08-05 22:21 ChuckLu 阅读(70) 评论(0) 推荐(0) 编辑
摘要:jQuery 1.9 .live() is not a function 问题 I recently updated jQuery from 1.8 to 2.1. I suddenly discovered that the .live() stops working. I get the err 阅读全文
posted @ 2021-08-05 15:44 ChuckLu 阅读(46) 评论(0) 推荐(0) 编辑
摘要:https://docs.xperience.io/k12sp/custom-development/ui-controls/unigrid Getting started The following is a step-by-step tutorial that shows how to disp 阅读全文
posted @ 2021-08-05 14:40 ChuckLu 阅读(102) 评论(0) 推荐(0) 编辑
摘要:jisnotafunctionYouneedtoaddthiscodetomakeitworking(JQUERYnoConflict)varj = .noConflict();Thiswillallowyoutousej instead o 阅读全文
posted @ 2021-08-04 16:23 ChuckLu 阅读(98) 评论(0) 推荐(0) 编辑
摘要:Edit and replay XHR chrome/firefox etc? Chrome : In the Network panel of devtools, right-click and select Copy as cURL Paste / Edit the request, and t 阅读全文
posted @ 2021-08-02 18:25 ChuckLu 阅读(176) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示