上一页 1 ··· 113 114 115 116 117 118 119 120 121 ··· 187 下一页
摘要: https://cn.vuejs.org/v2/guide/instance.html 阅读全文
posted @ 2018-08-14 08:19 papering 阅读(182) 评论(0) 推荐(0)
摘要: D:\wepytest>wepy init standard myproject? Project name myproject? AppId wx37f? Project description a wepy project DESC? Author tw? Use ESLint to lint 阅读全文
posted @ 2018-08-14 07:28 papering 阅读(220) 评论(0) 推荐(0)
摘要: 解读 JavaScript 之引擎、运行时和堆栈调用 - 技术翻译 - 开源中国社区 https://www.oschina.net/translate/how-does-javascript-actually-work-part-1 阅读全文
posted @ 2018-08-13 12:18 papering 阅读(195) 评论(0) 推荐(0)
摘要: 处理 Vue 单页面应用 SEO 的另一种思路 - muwoo - 博客园 https://www.cnblogs.com/tiedaweishao/p/7493971.html SPA网站SEO完美解决方案 - 简书 https://www.jianshu.com/p/6be9424a358d 入 阅读全文
posted @ 2018-08-12 21:18 papering 阅读(524) 评论(0) 推荐(0)
摘要: 代码构成 · 小程序 https://developers.weixin.qq.com/miniprogram/dev/quickstart/basic/file.html#wxml-模板 简单来说就是不要再让 JS 直接操控 DOM,JS 只需要管理状态即可,然后再通过一种模板语法来描述状态和界面 阅读全文
posted @ 2018-08-12 20:18 papering 阅读(350) 评论(0) 推荐(0)
摘要: Networking Basics (The Java™ Tutorials > Custom Networking > Overview of Networking) https://docs.oracle.com/javase/tutorial/networking/overview/netwo 阅读全文
posted @ 2018-08-10 14:30 papering 阅读(151) 评论(0) 推荐(0)
摘要: 你需要判断一个 括号序列 是否是 合法的 。一个字符串s是 合法的括号序列,当且仅当以下条件同时满足: 给你n个字符串,请判断每个字符串是否是一个 合法的括号序列 输入 第一行是一个整数n,表示有n个字符串需要判断。接下来n行每行表示待判断的字符串。 n和每个字符串的长度都不超过1000。 输出 输 阅读全文
posted @ 2018-08-08 00:09 papering 阅读(831) 评论(0) 推荐(0)
摘要: Shell中判断语句if中-z至-d的意思 - sunny_2015 - 博客园 https://www.cnblogs.com/coffy/p/5748292.html Conditions in bash scripting (if statements) - Linux Academy Blo 阅读全文
posted @ 2018-08-07 16:22 papering 阅读(283) 评论(0) 推荐(0)
摘要: more apache-flume-1.8.0-bin/bin/flume-ng https://issues.apache.org/jira/secure/attachment/12533059/FLUME-1154_4.patch [FLUME-1154] flume-ng script sho 阅读全文
posted @ 2018-08-07 16:18 papering 阅读(1008) 评论(0) 推荐(0)
摘要: [FLUME-1154] flume-ng script should first try finding java from PATH and then try using bigtop, instead of vice-versa - ASF JIRA https://issues.apache 阅读全文
posted @ 2018-08-07 15:59 papering 阅读(160) 评论(0) 推荐(0)
摘要: JS中的hook机制 阅读全文
posted @ 2018-08-07 14:21 papering 阅读(341) 评论(0) 推荐(0)
摘要: [webdev@test apache-flume-1.8.0-bin]$ grep NR_CPUS /boot/config-`uname -r`CONFIG_NR_CPUS=4096You have new mail in /var/spool/mail/root [root@flink ~]# 阅读全文
posted @ 2018-08-07 09:35 papering 阅读(266) 评论(0) 推荐(0)
摘要: 上拉加载 下拉刷新 阅读全文
posted @ 2018-08-07 00:23 papering 阅读(112) 评论(0) 推荐(0)
摘要: 限流的策略 1、回避时间的策略 2、页面交互(视觉、触觉)的策略 阅读全文
posted @ 2018-08-06 22:56 papering 阅读(228) 评论(0) 推荐(0)
摘要: http://seafile.com/ showdoc haiwen/seafile: File syncing and sharing software with file encryption and group sharing, emphasis on reliability and high 阅读全文
posted @ 2018-08-06 18:07 papering 阅读(152) 评论(0) 推荐(0)
摘要: from PIL import Imageimport timewidth, height = 1080, 720img = '123.png'img_open = Image.open(img)(img_w, img_h) = img_open.sizeimg_w,img_h=min(img_w,width),min(img_h,height)merge_img = Image.new('R... 阅读全文
posted @ 2018-08-06 10:55 papering 阅读(249) 评论(0) 推荐(0)
摘要: 宽度分离 阅读全文
posted @ 2018-08-06 00:04 papering 阅读(148) 评论(0) 推荐(0)
摘要: 无宽度准则 阅读全文
posted @ 2018-08-05 23:54 papering 阅读(261) 评论(0) 推荐(0)
摘要: linux系统/var/log目录下的信息详解 - wangkangluo1 - 博客园 http://www.cnblogs.com/wangkangluo1/archive/2012/06/05/2536212.html 一、/var目录 /var 所有服务的登录的文件或错误信息文件(LOG F 阅读全文
posted @ 2018-08-05 18:46 papering 阅读(335) 评论(0) 推荐(0)
摘要: Connection Phase Packets https://dev.mysql.com/doc/internals/en/connection-phase-packets.html#packet-Protocol::Handshake https://github.com/go-sql-dri 阅读全文
posted @ 2018-08-05 17:21 papering 阅读(146) 评论(0) 推荐(0)
摘要: D:\wamp64\wamp\bin\mysql\mysql5.6.17\bin>mysql -hgoDev -uroot -ppasswordWarning: Using a password on the command line interface can be insecure.ERROR 阅读全文
posted @ 2018-08-05 17:08 papering 阅读(691) 评论(0) 推荐(0)
摘要: caching_sha2_passwordcaching_sha2_passwordcaching_sha2_passwordcaching_sha2_passwordcaching_sha2_passwordmysql_native_password D:/webCodeOnline/src/ve 阅读全文
posted @ 2018-08-05 16:46 papering 阅读(1228) 评论(0) 推荐(0)
摘要: [root@test ~]# /usr/local/mysql/bin/mysqld2018-08-05T08:29:05.143142Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic 阅读全文
posted @ 2018-08-05 16:33 papering 阅读(1816) 评论(0) 推荐(0)
摘要: go map 线程不安全 安全措施 阅读全文
posted @ 2018-08-05 16:22 papering 阅读(548) 评论(0) 推荐(0)
摘要: [root@test ~]# /usr/local/mysql/bin/mysqld2018-08-05T07:00:33.647509Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic 阅读全文
posted @ 2018-08-05 15:12 papering 阅读(2579) 评论(0) 推荐(0)
摘要: MySQL :: MySQL 8.0 Reference Manual :: 6.5.1.3 Caching SHA-2 Pluggable Authentication https://dev.mysql.com/doc/refman/8.0/en/caching-sha2-pluggable-a 阅读全文
posted @ 2018-08-05 14:47 papering 阅读(164) 评论(0) 推荐(0)
摘要: Executing transactions - The Go Programming Language https://golang.google.cn/doc/database/execute-transactions Executing transactions Table of Conten 阅读全文
posted @ 2018-08-05 10:21 papering 阅读(361) 评论(0) 推荐(0)
摘要: golang/goroutine 和 swoole/coroutine 协程性能测试对比 - Go语言中文网 - Golang中文社区 https://studygolang.com/articles/13967#reply0 Go 语言之旅 https://tour.go-zh.org/concu 阅读全文
posted @ 2018-08-05 09:29 papering 阅读(211) 评论(0) 推荐(0)
摘要: 装饰器 Karol Kuczmarski's Blog – Decorated functions in Go http://xion.io/post/code/go-decorated-functions.html Go 装饰器模式在 API 服务程序中的使用 - 简书 https://www.j 阅读全文
posted @ 2018-08-05 09:10 papering 阅读(146) 评论(0) 推荐(0)
摘要: http://www.liquibase.org/documentation/index.html https://github.com/studygolang/studygolang/tree/master/config/changelogs 数据库变更采用 Liquibase 管理,建表、修改字 阅读全文
posted @ 2018-08-05 09:03 papering 阅读(232) 评论(0) 推荐(0)
摘要: [root@test mysql]# bin/mysqld 2018-08-04T14:09:33.831318Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or e 阅读全文
posted @ 2018-08-04 22:34 papering 阅读(5753) 评论(0) 推荐(0)
摘要: MySQL :: A Quick Guide to Using the MySQL Yum Repository https://dev.mysql.com/doc/mysql-yum-repo-quick-guide/en/ Steps for a Fresh Installation of My 阅读全文
posted @ 2018-08-04 21:25 papering 阅读(281) 评论(0) 推荐(0)
摘要: Error: Package: mysql-community-server-8.0.12-1.el7.x86_64 (mysql80-community) Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) Linux中出现libc.so.6(GLIBC 阅读全文
posted @ 2018-08-04 21:03 papering 阅读(3859) 评论(0) 推荐(0)
摘要: Guide | Echo - High performance, minimalist Go web framework https://echo.labstack.com/guide e.POST("/users", saveUser) e.GET("/users/:id", getUser) e 阅读全文
posted @ 2018-08-04 19:46 papering 阅读(271) 评论(0) 推荐(0)
摘要: 今日头条Go建千亿级微服务的实践_36氪 http://36kr.com/p/5073181.html 今日头条Go建千亿级微服务的实践 极客邦科技InfoQ·2017-05-02 17:15 关注 今日头条使用 Go 语言构建了大规模的微服务架构,本文结合 Go 语言特性着重讲解了并发,超时控制, 阅读全文
posted @ 2018-08-04 19:01 papering 阅读(570) 评论(0) 推荐(0)
摘要: ajp_百度百科 https://baike.baidu.com/item/ajp/1187933 AJP(Apache JServ Protocol)是定向包协议。因为性能原因,使用二进制格式来传输可读性文本。WEB服务器通过 TCP连接 和 SERVLET容器连接。 外文名Apache JSer 阅读全文
posted @ 2018-08-04 14:33 papering 阅读(651) 评论(0) 推荐(1)
摘要: Tomcat主要充当servlet/JSP容器,不过它却有大量的功能可以与传统的Web服务器相媲美,对公共网关接口(Common Gateway Interface)的支持就是其中之一。 传统的Web服务器为了响应浏览器的请求,提供了运行外挂程序的一种方式,典型地用于处理基于Web的表单。这种机制叫 阅读全文
posted @ 2018-08-04 10:05 papering 阅读(582) 评论(0) 推荐(0)
摘要: 2种source 阅读全文
posted @ 2018-08-03 22:13 papering 阅读(207) 评论(0) 推荐(0)
摘要: sysctl -a kernel.panic = 0kernel.panic_on_io_nmi = 0kernel.panic_on_oops = 1kernel.panic_on_stackoverflow = 0kernel.panic_on_unrecovered_nmi = 0kernel 阅读全文
posted @ 2018-08-03 11:12 papering 阅读(681) 评论(0) 推荐(0)
摘要: Linux查找含有某字符串的所有文件-逆风草-51CTO博客 http://blog.51cto.com/151wqooo/1162118 如果你想在当前目录下 查找"hello,world!"字符串,可以这样: grep -rn "hello,world!" * * : 表示当前目录所有文件,也可 阅读全文
posted @ 2018-08-03 09:25 papering 阅读(718) 评论(0) 推荐(0)
上一页 1 ··· 113 114 115 116 117 118 119 120 121 ··· 187 下一页