摘要: 之前看留言一篇关于Elasticsearch搜索引擎的文章,今天试着用Elasticsearch写了一下日志统计的Demo,下面就记录一下 Asp.NetCore+Elasticsearch+Kibana日志记录 的使用过程 一、安装Elasticsearch 1、下载 Elasticsearch 阅读全文
posted @ 2019-08-01 18:56 LieJimmy 阅读(792) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 获取电脑 MAC(物理) 地址 3 /// 4 /// 5 public string GetMACIp() 6 { 7 //本地计算机网络连接信息 8 IPGlobalProperties computerPro... 阅读全文
posted @ 2019-07-10 17:33 LieJimmy 阅读(2618) 评论(0) 推荐(0) 编辑
摘要: http://open.weixin.qq.com/qr/code?username=公众号微信号 阅读全文
posted @ 2019-06-24 11:35 LieJimmy 阅读(523) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-04-19 10:17 LieJimmy 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 在程序开发中,有三种方式创建vue项目,本地引入vuejs、使用cdn引入vuejs、使用vue-cli创建vue项目。其中vue-cli可以结合webpack打包工具使用,大大方便了开发步骤,使用广泛。 vue本地引用 在官网下载vue.js,通过script标签引入。开发版本:https://v 阅读全文
posted @ 2019-04-08 16:52 LieJimmy 阅读(372) 评论(0) 推荐(0) 编辑
摘要: select GETDATE() as '当前日期', DateName(year,GetDate()) as '年',DateName(month,GetDate()) as '月',DateName(day,GetDate()) as '日',DateName(dw,GetDate()) as 阅读全文
posted @ 2019-04-06 17:01 LieJimmy 阅读(359) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; using Spire.Pdf; namespace KZT{ class 阅读全文
posted @ 2018-11-09 11:40 LieJimmy 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 专业版:HMGNV-WCYXV-X7G9W-YCX63-B98R2企业版:HM6NR-QXX7C-DFW2Y-8B82K-WTYJV 阅读全文
posted @ 2018-10-19 21:23 LieJimmy 阅读(122) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <style type="text/css"> table { bord 阅读全文
posted @ 2018-08-03 17:00 LieJimmy 阅读(398) 评论(0) 推荐(0) 编辑
摘要: sum()over()和count()over()分析函数 sum()over()和count()over()分析函数 Sum()over()和count()over分析函数使用 创建测试表 create table test(sales_id varchar2(2),sales varchar2( 阅读全文
posted @ 2018-07-26 17:11 LieJimmy 阅读(17382) 评论(0) 推荐(1) 编辑