上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: From:https://blog.csdn.net/winy_lm/article/details/60959751 ajax async设为false即同步调用 //去支付function gotoPay(param) { $.ajax({ type: "post", url: "/xxxx/x 阅读全文
posted @ 2018-09-19 16:17 Ace001 阅读(831) 评论(0) 推荐(1) 编辑
摘要: 转自 https://www.cnblogs.com/best/p/7658573.html 一、Quartz.NET介绍 Quartz.NET是一个强大、开源、轻量的作业调度框架,是 OpenSymphony 的 Quartz API 的.NET移植,用C#改写,可用于winform和asp.ne 阅读全文
posted @ 2018-09-12 13:03 Ace001 阅读(2232) 评论(1) 推荐(2) 编辑
摘要: 1.mqtt server搭建(From:https://www.cnblogs.com/huhongy/p/7929299.html) window安装MQTT服务器,我这里下载了一个 apache-apollo-1.7.1-windows-distro.zip 下面简单说一下我的安装步骤: 第一 阅读全文
posted @ 2018-09-05 14:19 Ace001 阅读(5613) 评论(1) 推荐(1) 编辑
摘要: 找到views下web.config 增加如下红色标注内容 <?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.web.webPages.razor" type="System.Web.W 阅读全文
posted @ 2018-08-31 16:47 Ace001 阅读(934) 评论(1) 推荐(0) 编辑
摘要: var x=-33204.0924438; //圆心x var y=-9512.41208658; //圆心y var r=1000;//半径 var angle=30;//角度 var tmpX = x + r * Math.Cos(angle * 3.14 / 180); var tmpY = 阅读全文
posted @ 2018-07-23 14:05 Ace001 阅读(2437) 评论(0) 推荐(1) 编辑
摘要: https://c.runoob.com/compile/14 在线输入代码验证 using System;namespace HelloWorldApplication{ class HelloWorld { static void Main(string[] args) { Model m=ne 阅读全文
posted @ 2018-07-04 17:54 Ace001 阅读(579) 评论(3) 推荐(0) 编辑
摘要: /// <summary> /// 获取系统当前活动窗口 /// </summary> /// <returns></returns> [DllImport("User32.DLL")] static extern IntPtr GetForegroundWindow(); /// <summary 阅读全文
posted @ 2018-06-28 12:55 Ace001 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 打开cmd执行(d:\script.sql为sql文件位置): sqlcmd -S 127.0.0.1 -U sa -P sa -i d:\script.sql From:https://www.cnblogs.com/xuejianxiyang/p/9234781.html 阅读全文
posted @ 2018-06-27 16:48 Ace001 阅读(4740) 评论(0) 推荐(0) 编辑
摘要: import java.io.*;import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; class test { pub 阅读全文
posted @ 2018-06-08 14:13 Ace001 阅读(1339) 评论(0) 推荐(0) 编辑
摘要: https://files.cnblogs.com/files/xuejianxiyang/core.jar.rar 导入jar包 //标准 boolean bl = false; //生成内容 String text =url; //二维码宽度和高度 int width = 300; int he 阅读全文
posted @ 2018-06-06 09:56 Ace001 阅读(361) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页