码迷,mamicode.com
首页 >  
搜索关键字:website    ( 1009个结果
[Javascript] IntersectionObserver -- Lazy Load Images on a Website
When it comes to websites performance is king. How long it takes for a page to load can mean the difference of millions of dollars for large ecommerce ...
分类:编程语言   时间:2018-05-08 22:22:29    阅读次数:178
java核心技术36讲
https://time.geekbang.org/column/intro/82?utm_source=website&utm_medium=infoq&utm_campaign=82-presell&utm_content=article-banner ...
分类:编程语言   时间:2018-05-08 19:23:39    阅读次数:351
推自己的镜像到网易云
推送本地镜像 本文介绍如何将本地镜像推送至你的网易云私有镜像仓库,以便在网易云上部署容器或集群。 注:Docker 客户端版本要求 1.7 及以上。 1. 列出本地镜像 docker images 2. 后台启动容器,验证配置是否正确 docker run -d {镜像名或ID} docker ps ...
分类:其他好文   时间:2018-05-08 19:16:39    阅读次数:1182
ref:Manual SQL injection discovery tips
ref:https://gerbenjavado.com/manual-sql-injection-discovery-tips/ Manual SQL injection discovery tips August 26, 2017 According to bugbountyforum.com' ...
分类:数据库   时间:2018-05-07 21:00:06    阅读次数:206
[Python] Create a minimal website in Python using the Flask Microframework
How to install Flask Use Flask to create a minimal website Build routes in Flask to respond to website endpoints Use Variable Rules to pass parts of t ...
分类:编程语言   时间:2018-04-30 17:55:18    阅读次数:177
2、起步
2. 起步 2.1. 一分钟版本 从 Activiti website下载Activiti UI WAR后,以下几个步骤演示了默认设置的安装。你需要安装Java 运行时与 Apache Tomcat (实际上,任何Web容器都可以运行,因为我只用到了 servlet。但我们主要在 Tomcat 上测 ...
分类:其他好文   时间:2018-04-29 01:27:06    阅读次数:207
python 模块之-shelve
shelve模块比pickle模块简单,只有一个open函数,返回类似字典的对象,可读可写;key必须为字符串,而值可以是python所支持的数据类型 ...
分类:编程语言   时间:2018-04-29 01:26:34    阅读次数:136
vue项目打包部署到nginx 服务器上
假如要实现的效果如下 http://ip/vue =>是进入首页访问的路径是 usr/local/nginx/html/vue http://ip/website =>是进入首页访问的路径是 usr/local/nginx/html/avue 2、打包前在相应的没打包文件中加入如下 base: '/ ...
分类:其他好文   时间:2018-04-22 21:57:41    阅读次数:2426
Tensorflow可视化MNIST手写数字训练
【简述】 我们在学习编程语言时,往往第一个程序就是打印“Hello World”,那么对于人工智能学习系统平台来说,他的“Hello World”小程序就是MNIST手写数字训练了。MNIST是一个手写数字的数据集,官网是Yann LeCun's website。数据集总共包含了60000行的训练数 ...
分类:其他好文   时间:2018-04-22 19:57:39    阅读次数:169
[leetcode-811-Subdomain Visit Count]
A website domain like "discuss.leetcode.com" consists of various subdomains. At the top level, we have "com", at the next level, we have "leetcode.com ...
分类:其他好文   时间:2018-04-15 12:08:50    阅读次数:174
1009条   上一页 1 ... 29 30 31 32 33 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!