码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
windows下搭建php服务器
emmmm...由于客户买的windows的服务器,好吧,那就简单粗暴的phpstudy8.0 遇到的问题: 1.服务器能远程连接,但无法联网 解决方法:添加角色和功能,勾选DirectPlay和无线WLAN服务,之后重启解决问题 https://jingyan.baidu.com/article/ ...
分类:Windows程序   时间:2019-10-22 15:00:12    阅读次数:151
pass value from shell to sql
echo 'please enter new userid need create' read new_usr echo 'please enter userid to model' read model_usr echo 'please enter SOEID for password' read... ...
分类:数据库   时间:2019-10-19 20:22:15    阅读次数:105
win7安装python报错
新装win7后安装python出现one or more issues caused the setup to fail . Please fix the issues and then retry setup.For more information see the log file 本次解决方法 ...
分类:编程语言   时间:2019-10-19 15:14:17    阅读次数:107
CEE 6640
CEE 6640 Fall 2019HW3: Conditional LogitDue: 10/11/2019Note: For submission please prepare a zip file containing your written report and your Rcode. N ...
分类:其他好文   时间:2019-10-16 20:00:45    阅读次数:100
判断奇偶
#include int main() { int x; printf("please input:\n"); scanf("%d",&x); if (x%2==0) printf("even"); else printf("odd"); getchar(); return 0; } ...
分类:其他好文   时间:2019-10-16 11:46:05    阅读次数:90
Python借助argv和input()制作命令行工具
## 命令行执行.py文件并传递参数代码示例如下,将参数解包```from sys import argvimport requestsimport jsonimport time script, userId, userName, enterpriseId = argvparameter = {" ...
分类:编程语言   时间:2019-10-16 00:48:29    阅读次数:158
g++: internal compiler error: Killed (program cc1plus)
g++: internal compiler error: Killed (program cc1plus)Please submit a full bug report, 主要原因大体上是因为内存不足,有点坑 临时使用交换分区来解决吧 sudo dd if=/dev/zero of=/swapfi ...
分类:其他好文   时间:2019-10-15 10:22:10    阅读次数:85
优化建议
We have established some guidelines for 3D games to reduce crashes and optimize performances, please have a look and make sure to follow above ones. L ...
分类:其他好文   时间:2019-10-14 11:02:50    阅读次数:107
github 提交使用git commit,报错Please tell me who you are
问题现象: 问题原因:Git没有配置完,还不能进行各种Git操作; 解决方案一(完美解决): 解决结果: 解决方案二:(本机无效、备份方案) 单独为项目配置的方法(全局和单独配置都存在的时候会默认使用项目单独配置的): 1.打开项目所在目录,找到隐藏的.git文件夹。注意这个文件夹是隐藏的,显示隐藏 ...
分类:其他好文   时间:2019-10-13 17:03:46    阅读次数:63
python基础学习1
Python基础学习1 字符串表达形式共四种: 数字基本运算方式: 条件判断: 上面代码中,通过input输入的数字并没有被python视为数字,而是视为了字符串,故下面在条件判断时需要使用引号将数字引起。 循环判断: 使用循环完成简单的算法: ...
分类:编程语言   时间:2019-10-12 22:25:21    阅读次数:84
3193条   上一页 1 ... 36 37 38 39 40 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!