码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
编译apache报APR not found
configure: error: APR not found. Please read the documentation. configure: error: APR-util not found. Please read the documentation....
分类:其他好文   时间:2014-05-10 04:20:35    阅读次数:316
n进制转为十进制
主程序代码 - 1 #include 2 #include 3 main() 4 { 5 long t1; 6 int i, n, t, t3; 7 char a[100]; 8 printf("please input a number string:\n");...
分类:其他好文   时间:2014-05-10 03:10:56    阅读次数:269
Mysql安装配置,修改初试密码。
绿色版本,解压缩D:\Software\mysql-advanced-5.6.18-winx64my-default.ini 改名my.inimy.ini内容如下# For advice on how to change settings please see# http://dev.mysql.c...
分类:数据库   时间:2014-05-10 02:30:15    阅读次数:495
phpize报cannot find autoconf
phpize可以往php种追加新的模块 Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script....
分类:Web程序   时间:2014-05-09 21:06:27    阅读次数:375
汇编循环语句
data segment string1 db 'Please input a number:',0dh,0ah,'$' string2 db 0dh,0ah,'It is a number!',0dh,0ah,'$' string3 db 0dh,0ah,'It is not a number!',0dh,0ah,'$' data ends code segment ...
分类:其他好文   时间:2014-05-09 01:34:35    阅读次数:350
汇编循环分支语句
data segment string1 db 'Please input a number:',0dh,0ah,'$' string2 db 0dh,0ah,'It is a number!',0dh,0ah,'$' string3 db 0dh,0ah,'It is not a number!',0dh,0ah,'$' data ends code segment ...
分类:其他好文   时间:2014-05-09 01:18:43    阅读次数:316
Linux自动修改IP脚本(手动编写)
#!/bin/bashnetmask=255.255.255.0IP_PATH=/etc/sysconfig/network-scripts/ifcfg-eth0GM_PATH=/etc/sysconfig/networkecho -e "Please input IP(FORMAT:192.168...
分类:系统相关   时间:2014-05-08 12:59:48    阅读次数:318
Unity3d导入工程出现错误“Creating unique file”的解决方法
Unity3d导入工程出现错误“Creating unique file:creating file Temp/tempFile failed.Please ensure there is enough disk space and you have permissions setup correc...
分类:其他好文   时间:2014-05-08 11:50:15    阅读次数:803
【Leetcode】String to Integer (atoi)
【Question】 Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the p...
分类:其他好文   时间:2014-05-07 04:17:18    阅读次数:259
A Simple Problem
For a given positive integer n, please find the smallest positive integer x that we can find an integer y such that y^2 = n +x^2.   Input The first line is an integer T, which is the the...
分类:其他好文   时间:2014-05-06 19:21:10    阅读次数:290
3193条   上一页 1 ... 316 317 318 319 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!