码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
redis 设置
# By default Redis does not run as a daemon. Use 'yes' if you need it.# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.#R...
分类:其他好文   时间:2015-07-30 19:00:18    阅读次数:78
EularProject 41:最长的n位Pandigital素数问题
Pandigital prime Problem 41 We shall say that an n-digit number is pandigital if it makes use of all the digits 1 to n exactly once. For example, 2143 is a 4-digit pandigital and is also prime. What...
分类:其他好文   时间:2015-07-30 17:05:09    阅读次数:154
iOS 之 cocoapods安装与使用
我们都知道第三方库,一般使用cocoapods管理,cocoapods在我们IOS开发中有着很大的作用。好了,现在看下它的安装步骤: 1.打开终端,输入sudo gem install cocoapods 结果:WARNING: Improper use of the sudo command c....
分类:移动开发   时间:2015-07-30 16:33:39    阅读次数:221
ThinkPHP数据库模型的实例化操作
//UserConTroller.class.php <?php namespace?Home\Controller; use?Think\Controller; class?UserController?extends?Controller{ ????public?function?getinfo(){ ????????//Home模块下的M...
分类:数据库   时间:2015-07-30 13:46:27    阅读次数:149
STM32L1XX使用HAL_UART_Transmit_DMA发送串口数据
使用STM32CubeMX生成初始化代码。 问题: HAL_UART_Transmit_DMA函数只能调用一次,第二次就返回状态HAL_UART_STATE_BUSY 0x02。 原因: stm32l1xx_hal_uart.c开头有描述         (##) DMA Configuration if you need to use DMA process (HAL_UA...
分类:其他好文   时间:2015-07-30 13:35:07    阅读次数:542
MicroERP数据初始化SQL脚本
--use MicroERPinsert into tbUserGroup(GroupName,Remark) values('管理员组','具备所有权限')insert into tbUser(LoginName,LoginPassword,TrueName,IsDeleted,Remark,Gr...
分类:数据库   时间:2015-07-30 11:00:22    阅读次数:217
ACMxxxxx / xxxxx =N问题
DescriptionWrite a program that finds and displays all pairs of 5-digit numbers that between them use the digits0through9once each, such that the firs...
分类:其他好文   时间:2015-07-30 10:47:45    阅读次数:151
MongoDB3.0 创建用户
use mydbdb.createUser( { "user" : "sa", "pwd": "sa", "customData" : { employeeId: 12345 }, "roles" : [...
分类:数据库   时间:2015-07-30 10:45:48    阅读次数:185
非递归二叉树遍历
算法导论:10.4-3给定一个 n 二叉树结点,写一个 O(n) 非递归处理时间,树中的每个节点keyword出口。堆栈可以用作辅助数据结构。堆栈实现参考这里。#ifndef _BINARY_TREE_USE_STACK_H_#define _BINARY_TREE_USE_STACK_H_/***...
分类:其他好文   时间:2015-07-30 08:16:44    阅读次数:158
为Github pages更换域名
申请免费的顶级域名free domain 申请自己喜欢的域名 在use your new domain 选择use DNS ping 自己的username.github.io 获取对应ip地址ping david-guo.github.io 103.245.222.133Registration length 选择12 months 选择邮箱注册个人账户 到邮箱点击激活邮件(如果是qq邮箱,收到的...
分类:其他好文   时间:2015-07-30 00:52:33    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!