码迷,mamicode.com
首页 >  
搜索关键字:lease    ( 2829个结果
python基础之猜数字游戏
#猜数字游戏 import random #impor语句导入random模块 guessor=0; print("#"*30) #输出30个”#“(”##############################“)用于装饰输出代码,同下 print("hello! \nwhat is you na ...
分类:编程语言   时间:2019-11-16 19:27:38    阅读次数:80
关闭 OSX 10.11 SIP (System Integrity Protection) 功能
关闭 OSX 10.11 SIP (System Integrity Protection) 功能 来源 https://cms.35g.tw/coding/%E9%97%9C%E9%96%89-osx-10-11-sip-system-integrity-protection-%E5%8A%9F% ...
分类:其他好文   时间:2019-11-16 17:32:27    阅读次数:120
SpringBoot无法访问webapp目录下的文件
springboot version:2.1.9-RELEASE 解决方案: 在pom中添加此段 完美解决,代码的作用是让src/main/webapp在编译的时候在resoureces路径下也生成webapp的文件 <build> <resources> <resource> <directory ...
分类:移动开发   时间:2019-11-16 11:00:46    阅读次数:115
Windows 获取windows密码
#include <iostream> #define Main main #define COLOR_GREEN system("color 2"); #include <vector> #include <list> #include <string> #include <WinSock2.h> ...
分类:Windows程序   时间:2019-11-16 00:05:18    阅读次数:92
Lucene学习:Lucene测试工具Luke
1. 测试工具Luke Luke是一个用于Lucene/Solr/Elasticsearch 搜索引擎的,方便开发和诊断的 GUI(可视化)工具。 github地址:https://github.com/DmitryKey/luke 下载地址:https://github.com/DmitryKey ...
分类:Web程序   时间:2019-11-15 13:52:50    阅读次数:111
Unity 调用android函数
//首先这是一个前沿 //我看了多的资料,还看了近半个小时的 android activity 的讲解 终于打出了apk //接下来开始 //一步一步的跟着我走 1.创建一个android项目或者一个modudle 其项目类型为android library !android library ! a ...
分类:移动开发   时间:2019-11-14 22:17:45    阅读次数:124
yum安装python3.6的方法
# centos7 # 换成阿里云的yum源 yum -y install epel-release yum repolist yum -y install python36 测试 [root@localhost ~]# python3 Python 3.6.8 (default, Aug 7 20 ...
分类:编程语言   时间:2019-11-14 18:34:50    阅读次数:82
centos 7 服务初始化
更新yum源及必要软件安装 yum groupinstall "Development tools" "Compatibility libraries" yum install -y ntpdate vim mlocate lsof wget lrzsz telnet traceroute tree ...
分类:其他好文   时间:2019-11-13 16:37:45    阅读次数:93
Activiti+Shiro实战
有人曾说:人的差距都在业余时间拉开的……嗯,我现在深刻理解着这句话,作为一个程序员,技术男,就得不断学习新的技术,跟上时代步伐,才会让自己更有价值~~~~以下这个项目是个人利用业余时间学习并实践的~如有不正确的地方,欢迎大家指正。今天总算把这些功能都搞得差不多了,做一下记录,结一下尾。 一、概述 本 ...
分类:其他好文   时间:2019-11-11 00:05:49    阅读次数:167
搭建php-admin
搭建php-admin名称版本包名Centos7.4CentOSLinuxrelease7.4.1708(Core)mariadb5.5.64mariadb-5.5.64-1.el7.x86_64php5.4.16php-5.4.16-46.1.el7_7.x86_64httpd2.4.6httpd-2.4.6-90.el7.centos.x86_64phpMyAdmin4.0.10.20phpM
分类:Web程序   时间:2019-11-10 21:12:27    阅读次数:136
2829条   上一页 1 ... 57 58 59 60 61 ... 283 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!