会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
anthonyliu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
13
下一页
2018年7月5日
概念知识
摘要: 1.cgi(common Gateway interface) 通用网关接口。web服务器主机提供信息服务的标准接口。作用:通过cgi,web服务器可以获取客户客户端提供的信息。给cgi程序进行处理,最后把结果返回给客户端。 2.token token是服务器通过数字签名传给客户端,对比sessio
阅读全文
posted @ 2018-07-05 14:28 anthonyliu
阅读(147)
评论(0)
推荐(0)
2018年6月2日
vuejs随笔小结
摘要: 1./core/util/perf.js import { inBrowser } from './env' //运行环境在浏览器为true export let mark //window.performance.mark export let measure //重写了window.perfor
阅读全文
posted @ 2018-06-02 17:22 anthonyliu
阅读(315)
评论(0)
推荐(0)
2018年5月26日
工程化单页面开发node+webpack+vue+git
摘要: 1.目录结构
阅读全文
posted @ 2018-05-26 15:12 anthonyliu
阅读(199)
评论(0)
推荐(0)
2018年5月25日
JVM中堆和栈
摘要: 1.JVM都内存有五种划分,寄存器、本地方法区、方法区、堆内存和栈内存。 2.栈内存都速度要快于堆内存,因为栈内存储存的局部变量,跟新速度快。 3.堆内存储堆中存放的都是实体(对象),不会因为没有引用就会回收,它会作为垃圾,等待垃圾进行回收。 4.堆和栈的联系是栈通过引用堆的地址来对堆的实体进行操作
阅读全文
posted @ 2018-05-25 09:04 anthonyliu
阅读(147)
评论(0)
推荐(0)
2018年5月21日
小诀窍
摘要: 1. 用css3做一个关闭icon html代码: <div class="nav-icon"> <div>合作机构授权<span class="close"></span></div> </div> css3代码: .nav-icon{ position: relative; padding: 2
阅读全文
posted @ 2018-05-21 10:16 anthonyliu
阅读(199)
评论(0)
推荐(0)
2018年5月11日
iframe的一种应用场景
摘要: 场景:在页面中用表单Post提交一个请求,该请求会根据提交数据返回页面,页面再通过iframe发送的post来展示在当前页面上,html代码: <div class="btn-area"> <form id="credit_form" class="info-msg" name="form" met
阅读全文
posted @ 2018-05-11 16:17 anthonyliu
阅读(766)
评论(0)
推荐(0)
2018年5月7日
linux网络
摘要: 1.博客:http://man.linuxde.net/curl
阅读全文
posted @ 2018-05-07 08:09 anthonyliu
阅读(104)
评论(0)
推荐(0)
2018年4月27日
ANT
摘要: 博客:https://blog.csdn.net/yubo_725/article/details/52326746
阅读全文
posted @ 2018-04-27 11:27 anthonyliu
阅读(110)
评论(0)
推荐(0)
2018年4月15日
Eclipse使用
摘要: 1.安装GIT 不能盲目安装,需要查看支持的版本: 参考:https://mp.duan8.com/a/sajrvqo.html 安装成功之后,在window->show views->other,弹出选项,如: 选择GIT,控制台会出现: 2.快捷键: 参考:https://blog.csdn.n
阅读全文
posted @ 2018-04-15 23:54 anthonyliu
阅读(137)
评论(0)
推荐(0)
mac 安装tomcat
摘要: 1.下载tomcat。 2.解压tomcat。 3.设置环境变量JAVA_HOME, 3.1首先检查mac系统的环境变量,命令行:export 3.2 获取到jdk的安装目录: /System/Library/Frameworks/JavaVM.framework 3.3 设置JAVA_HOME的环
阅读全文
posted @ 2018-04-15 23:11 anthonyliu
阅读(109)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
13
下一页
公告