-
例如关键
Example key-logger made in CSharp-Example key-logger made in CSharp
- 2022-07-07 06:40:40下载
- 积分:1
-
JSNLog - 集成 ASP.NET 和 MVC的客户端日志记录新方法
翻译 maninwest@Codeforge 作者:Matt Perdeck,@ Codeproject什么是客户端日志客户端日志类似于服务器端日志,例如 Log4Net 或 NLog. 使用客户端日志数据包如 JSNLog, 你可在 JavaScript 代码中创建日志工具并使用其写日志信息。你可以设置日志工具被激活的严重级别。使用 appender 存储消息。例如:JL("clientsidelogger").error(
"Something interesting happened");主要不同是,客户端日志消息需要通过网络发送到服务器进行存储,对你的服务造成更多负载。引入 JSNLog 的一个原因是它可帮你轻松管理负载。使用客户端日志减少生产bug客户端代码没有bug 和服务代码没有bug一样重要。但是,客户端程序设计去以下这几个挑战:JavaScript 适合进行快速编程,但是不适用于大规模可维护的软件;浏览器兼容问题不论你怎样小心谨慎地进行部署前测试,你总是无法保证生产代码中没有bug减少bug的可靠方法是日志记录:捕获所有意外并进行记录,这样你至少知道代码中有bug :try {
...
}
catch(err) {
JL().fatalException("something went wrong!", err);
}不要忘了设置全局 onerror 手柄来捕获未捕获的例外:
- 2022-11-06 07:10:03下载
- 积分:1
-
WebKit.NET-0.5-src
.NET平台下用C#引用webkit内核源码,已经测试可以使用(NET platform with C# reference webkit kernel source code, has been tested can be used)
- 2013-01-09 16:35:53下载
- 积分:1
-
ASP.NET编程和应用开发”ASP.NET的设计及应用…
ASP.NET程序设计与应用开发《ASP.NET程序设计与应用开发》(李千目、严哲主编)的书中源码-ASP.NET Programming and Application Development " ASP.NET design and application development process" (Lee Chun-head,严哲editor-in-chief) of the book source code
- 2022-03-08 08:53:37下载
- 积分:1
-
Online-calendar-notepad
在线日历记事本,使用.net自带控件,实现基本的按日历记事功能。(Online calendar notepad use. Net own control, to achieve the basic functions by calendar notes.)
- 2013-07-29 11:29:15下载
- 积分:1
-
FME是著名的GIS格式转换软件,这是其中的所做的一个例子程序
FME是著名的GIS格式转换软件,这是其中的所做的一个例子程序-FME is famous GIS format conversion software, which is made of an example of the process
- 2022-11-01 13:45:03下载
- 积分:1
-
socket应用小例程
socket应用小例程-socket application of small routines
- 2022-03-05 01:57:28下载
- 积分:1
-
System will automatically delete the directory of debug and release, so please d...
System will automatically delete the directory of debug and release, so please do not put files on these two directory
- 2022-03-11 16:33:39下载
- 积分:1
-
news
本新闻发布系统采用asp.net开发,数据库采用sql,欢迎下载学习。(This news release system using asp.net development, database using sql, welcome to download the study.)
- 2013-06-25 10:44:16下载
- 积分:1
-
ACR122U NFC 的示例源代码
- 2022-07-17 18:39:34下载
- 积分:1