2018年5月29日
posted @ 2018-05-29 13:38
z5337
阅读(200)
推荐(0)
2018年5月25日
摘要:
namespace Quartz.Listener { public class SchedulerListener : SchedulerListenerSupport { private static log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.Get...
阅读全文
posted @ 2018-05-25 11:13
z5337
阅读(709)
推荐(0)
2018年5月23日
摘要:
本文来自:http://www.cnblogs.com/pengze0902/p/6128558.html /// /// 任务处理帮助类 /// public class QuartzHelper { public QuartzHelper() { } public QuartzHelper(string quartzS...
阅读全文
posted @ 2018-05-23 19:24
z5337
阅读(1719)
推荐(1)
2018年5月12日
摘要:
来自:http://www.pc0359.cn/article/win10/66397.html 方法步骤: 1、首先我们需要将任务管理器运行出来。方法有两种,第一种:使用鼠标右键单击屏幕下方的任务栏,在弹出的选框中单击“任务管理器”即可打开;第二种:使用快捷键:Ctrl+Shift+Esc 将其调
阅读全文
posted @ 2018-05-12 15:56
z5337
阅读(20498)
推荐(0)
2018年4月25日
摘要:
https://www.jqwidgets.com/ jQuery Grid https://marketplace.visualstudio.com/items?itemName=jqwidgets.jQueryGrid https://marketplace.visualstudio.com/i
阅读全文
posted @ 2018-04-25 23:24
z5337
阅读(154)
推荐(0)
2018年4月20日
摘要:
确认此表有没有主键,没有主键时就会这样。
阅读全文
posted @ 2018-04-20 15:44
z5337
阅读(278)
推荐(0)
摘要:
本文来自:https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads 下载链接:http://www.crystalreports.com/crystal-re
阅读全文
posted @ 2018-04-20 14:42
z5337
阅读(561)
推荐(0)
2018年4月18日
摘要:
本文来自:https://msdn.microsoft.com/en-us/library/ee942158.aspx#encrypt_webconfig Web Deployment FAQ for Visual Studio and ASP.NET .NET Framework 4.5 .NET
阅读全文
posted @ 2018-04-18 11:42
z5337
阅读(707)
推荐(0)
2018年4月12日
摘要:
未能加载文件或程序集“Microsoft.SqlServer.Management.Sdk.Sfc, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 https://jingyan.baidu.com/articl
阅读全文
posted @ 2018-04-12 08:48
z5337
阅读(264)
推荐(0)
2018年4月10日
摘要:
oracle相关对象查询: 1、查询用户表,数据行数量及分析时间 select tablespace_name,table_name,num_rows,last_analyzed from user_tables order by num_rows desc 2、查询段名称,段类型,表空间及大小(M
阅读全文
posted @ 2018-04-10 20:07
z5337
阅读(52)
推荐(0)