码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
Hexo 最常用的几个命令
hexo s 1 启动本地服务器,用于预览主题。默认地址: http://localhost:4000/ hexo s 是 hexo server 的缩写,命令效果一致; 预览的同时可以修改文章内容或主题代码,保存后刷新页面即可; 对 Hexo 根目录 _config.yml 的修改,需要重启本地服 ...
分类:其他好文   时间:2018-10-18 19:47:43    阅读次数:179
php中,echo,print,var_dump的三个区别
1.echo语句 echo - 能够输出一个以上的字符串 <?php echo "<h2>www.dc3688.com</h2>"; echo "Hello world!<br>"; echo "I'm about to learn PHP!<br>"; echo "This", " string" ...
分类:Web程序   时间:2018-10-18 11:04:48    阅读次数:192
ZooKeeper Installation
ZooKeeper Installation Install ZooKeeper packages If you need a cluster, configure the Conf file, otherwise ignore it. Configure ZooKeeper Common Conf ...
分类:其他好文   时间:2018-10-18 10:51:51    阅读次数:143
Redis in python, how do you close the connection?
down voteaccepted down voteaccepted Just use redis.Redis. It uses a connection pool under the hood, so you don't have to worry about managing at that ...
分类:编程语言   时间:2018-10-18 01:20:05    阅读次数:204
Free Remote Desktop Sharing Software
remote access
分类:其他好文   时间:2018-10-17 20:03:18    阅读次数:131
React-Router #03 Link
import React, { Component } from 'react'; import logo from './logo.svg'; import './App.css'; import About from './About'; import Home from './Home'; i ...
分类:其他好文   时间:2018-10-15 18:24:47    阅读次数:175
CME 292 Lecture 1 Language Features
We're going to be talking about the MATLAB fundamentals, such as the main feature of MATLAB, which is access to a matrix. We're going to talk about ho... ...
分类:其他好文   时间:2018-10-13 19:48:42    阅读次数:179
HDU - 5542 The Battle of Chibi(LIS+树状数组优化)
The Battle of Chibi Cao Cao made up a big army and was going to invade the whole South China. Yu Zhou was worried about it. He thought the only way to ...
分类:编程语言   时间:2018-10-11 22:04:08    阅读次数:198
Perl参数
一、#!/usr/bin/perl -w -w:prints warnings about dubious(可疑的,不确定的) constructs ...
分类:其他好文   时间:2018-10-11 15:12:40    阅读次数:126
Prime Distance(POJ 2689)
Description The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number t ...
分类:其他好文   时间:2018-10-10 20:11:26    阅读次数:175
4393条   上一页 1 ... 74 75 76 77 78 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!