- 博客(26)
- 资源 (19)
- 收藏
- 关注
原创 关于谷歌浏览器cookie的问题
测试工具,谷歌浏览器版本 80.0.3987.149(正式版本) (64 位)下面的是一段.net mvc 的代码,向客户端存储一个cookie值HttpCookie cookie = new HttpCookie("123", "111111");cookie.HttpOnly = true;Response.Cookies.Add(cookie);结果如图:接下来...
2020-04-02 11:38:18
1136
转载 Index some documents
Once you have a cluster up and running, you’re ready to index some data. There are a variety of ingest options for Elasticsearch, but in the end they all do the same thing: put JSON documents into an ...
2020-01-11 15:40:16
273
1
转载 Getting started with Elasticsearch
Get Elasticsearch up and runningeditTo take Elasticsearch for a test drive, you can create ahosted deploymenton the Elasticsearch Service or set up a multi-node Elasticsearch cluster on your own L...
2020-01-11 15:34:09
218
原创 JavaScript-Sets
集合是ES6中新的一个对象类型,允许创建一个唯一值的集合,集合中的元素可以是简单的字符和数字,也可以是复杂的对象类型集合的函数有常用的几种add,size,has,ForEach,delete,clear1、添加元素let moods = new Set();moods.add('????');moods.add('????');moods.add('????');moods.add('????...
2020-01-05 10:01:28
122
原创 记录chinapay发布iis7的坑
服务器 windows server 2008 R2iis 7错误消息The source was not found, but some or all event logs could not be searched. To create the source, you need permission to read all event logs to make sure th...
2019-09-18 20:15:38
285
原创 centos安装jenkins
下载地址:https://jenkins.io/zh/download/ 根据自己的系统选择sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.reposudo rpm --import https://pkg.jenkins.io/redhat-stable...
2019-06-20 14:13:29
113
转载 error: resource android:attr/fontVariationSettings resource android:attr/ttcIndex not found.
转载:https://blog.youkuaiyun.com/mp624183768/article/details/80661801在最外层的build.gradle allprojects{}节点中加入// configurations.all {// resolutionStrategy {// eachDependency { DependencyResolv...
2018-07-12 16:32:04
3736
原创 excel遍历
(1)首先,创建一个excel,名称楼主自己写,怎样都行,然后将其打开。(2)打开后按住Alt再按F11,这样就会打开代码编辑器(3)点菜单栏上的“插入”,选择“模块”,这样在左下角就会出现一个“模块1”(4)双击“模块1”,右边就会出现“模块1”的编辑界面,将以下代码复制,并粘贴到这个界面中,按F5运行。1234567891011121314151617181920212223242526272...
2018-04-18 17:11:31
3200
原创 JSSDK 上传图片到七牛
1 获取token token在服务器上存储 7200 判断是否过期https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET2 使用chooseImage获取mediaID3 调用上传图片的函数,成功的函数里http请求方式:GET,https调...
2018-04-14 12:26:16
1074
转载 微信小程序web-view 组件
1 web-view 是一个可以用来承载网页的容器,会自动铺满整个小程序页面2 需要在小程序后台设置加载的页面域名3 无法记载不在业务域名里的网站信息,就算是在业务域名里使用iframe也不可以4 小程序和服务号之间是单向通讯,可以跳转到同一服务号的其他小程序5 官方的提示原文地址:点击打开链接...
2018-03-05 09:15:40
2646
原创 es学习杂记
1 自定义创建索引结构PUT /tikus{ "mappings": { "questions":{ "properties": { "Identifier":{ "type": "integer" }, "itemcategoryId":{ "type": "text"
2018-02-07 14:46:57
151
原创 css3 实现一个改变元素属性实现的动画效果
css3 动画 .news-list-box { height: 120px; width: 500px; padding: 20px 0; border-bottom: 1px solid #f2f2f2; position: relative;
2018-01-27 15:24:43
1019
转载 Node.js 之 log4js 完全讲解
本文转载:出自前端外刊评论 qianduan.guru 地址:http://qianduan.guru/2016/08/21/nodejs-lesson-1-log4js/log4js 是 Node.js 日志处理中的数一数二的模块。比起console或者 TJ 的 debug 有其优势,尤其针对投入生产的 Node.js 项目来说下面这些是不可少的:日志分级日
2017-05-22 11:35:30
868
原创 total.js nodejs framework(一)
nodejs 我一直在使用express,express的更新和文档都很详细,开源社区和博客也很丰富。不过total.js 我看了几天 感觉也是一个不错的框架。它和experss比较起来是有区别的。total.js 官方网站:https://www.totaljs.com首页就是介绍了total.js的一些有点1 快速的创建nodejs的 mvc 应用 ,并且免费开
2017-04-15 14:56:49
1308
转载 JavaScript 就要统治世界了?
一个很老的帖子,现在看起来 还是很有意义的转载地址:https://segmentfault.com/a/1190000003767058" JavaScript 可以……""嘛,不就是操作一下 DOM,可以让元素飞来飞去吗""JavaScript 是……""不就是用 jQuery 让网页动起来,顶多就是再用用 Ajax 和后端进行一下数据交换吗""JavaScri
2017-02-24 09:45:04
543
原创 小程序文件上传
小程序文件上传(亲测有效)系统环境 ubuntu14.4 腾讯云服务器运行环境 nodejs4.xhttps 服务器,要有有效的域名和ssl证书 证书可以在腾讯云服务上申请一个免费的(https://console.qcloud.com/ssl)在小程序的服务器配置里 配置你的https的服务器域名 上传文件的方式 必须是 post请求方式 具备以上几点 基本上 无论是p
2017-02-14 22:57:11
868
原创 AppCan
AppCan 版本: V3.1.4 跟新后的 页面代码编辑有个很大的变化 当用户添加控件的时候 以列表为例 appcan.ready(function() { appcan.initBounce();
2015-01-21 17:01:33
1129
原创 nodejs express session redis
/** * Created by Administrator on 2014/8/27. */var session = require('express-session');var RedisStore = require('connect-redis')(session);var app = express();module.exports = function(app, sess
2014-10-11 11:04:30
676
转载 解决chrome浏览器无法得到window.showModalDialog返回值
原文地址:http://blog.youkuaiyun.com/feilonglulu/article/details/8026038父页面:function openwindows(){ var obj = new Object(); var retval = window.showModalDialog("ordervideo.jsp?rderIds="
2014-01-23 10:02:20
907
原创 非关系型数据库MongoDB的安装(一)
1.什么是非关系 型数据库 NoSql,全称是 Not Only Sql,指的是非关系型的数据库。下一代数据库主要解决几个要点:非关系型的、分布式的、开源的、水平可扩展的。原始的目的是为了大规模web应用,这场运动开始于2009年初,通常特性应用如:模式自由、支持简易复制、简单的API、最终的一致性(非ACID)、大容量数据等。NoSQL被我们用得最多的当数key-value存储,当然还有其他
2012-08-17 14:29:44
596
原创 repeater
Repeater嵌套绑定Repeater Repeater嵌套Repeater的结构:一般写过的都能看懂吧 cs代码: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private
2009-11-23 17:52:00
298
原创 分页的存储过程
ALTER PROCEDURE Sql_Conn_Sort(@tblName varchar(255), -- 表名@strGetFields varchar(1000) = *, -- 需要返回的列 @fldName varchar(255)=, -- 排序的字段名@PageSize int , -- 页
2009-11-12 20:10:00
242
原创 读写文件
private const string FILE_NAME = "E:/aaaa/m5.txt"; public Form2() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e)
2009-10-26 20:48:00
238
原创 File 类
/bool aa= System.IO.File.Exists(@"d:/My Documents/My Pictures/1.jpg"); //不计拓展名 // string aa = System.IO.Path.GetFileNameWithoutExtension(@"d:/My Documents/My Pictures/1.jpg");
2009-10-26 20:45:00
251
.net core pdf
2020-10-20
Matrix-Admin-master
2020-10-09
netcore.pdf
2020-05-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人