会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
冰雪的学习生活
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
下一页
2021年11月11日
kali中python模块安装
摘要: python3安装pip root@kali:~# sudo apt-get install python3-pipReading package lists... DoneBuilding dependency treeReading state information... DoneThe fo
阅读全文
posted @ 2021-11-11 10:46 冰雪2021
阅读(820)
评论(0)
推荐(0)
2021年11月9日
安装vulhub环境
摘要: 一、使用vmware安装一个ubuntu镜像 1、获取镜像文件 2、使用vmware进行安装
阅读全文
posted @ 2021-11-09 22:04 冰雪2021
阅读(68)
评论(0)
推荐(0)
kali基础环境设置
摘要: 1、设置root用户密码 kali默认是kali账号登录,下面是设置root用户密码方式。 kali@kali:~$ sudo passwd rootNew password: Retype new password: passwd: password updated successfullykal
阅读全文
posted @ 2021-11-09 18:45 冰雪2021
阅读(246)
评论(0)
推荐(0)
2021年8月11日
nmap工具使用
摘要: 0x01 nmap参数说明 1、目标说明 -iL <inputfilename> (从列表中输入) -iR <hostnum> (随机选择目标) --exclude <host1[,host2][,host3],...> (排除主机/网络) --excludefile <excludefile> (
阅读全文
posted @ 2021-08-11 14:44 冰雪2021
阅读(85)
评论(0)
推荐(0)
2021年7月2日
微信小程序使用全局变量
摘要: 使用微信小程序默认生成的代码,去除用户登录部分。 代码框架如下: 1、其中,在app.js中定义全局变量,app.js代码如下: 1 // app.js 2 App({ 3 globalData: { 4 name: "kevin", 5 age: 10, 6 sex:"" 7 } 8 }) 其中,
阅读全文
posted @ 2021-07-02 17:16 冰雪2021
阅读(1595)
评论(0)
推荐(0)
微信小程序上传版本
摘要: 1、用微信开发者工具打开代码后,右上角有上传按钮,点击后上传本次代码。 2、打开微信公众平台 https://mp.weixin.qq.com/,使用微信扫码登录。 3、打开版本管理 4、默认提交的版本为体验版,提交审核通过后可转为正式版本。
阅读全文
posted @ 2021-07-02 16:55 冰雪2021
阅读(939)
评论(0)
推荐(0)
2021年6月28日
python导航
摘要: 内置函数 print
阅读全文
posted @ 2021-06-28 17:24 冰雪2021
阅读(41)
评论(0)
推荐(0)
python3内置函数汇总
摘要: Built-in Functions abs() delattr() hash() memoryview() set() all() dict() help() min() setattr() any() dir() hex() next() slice() ascii() divmod() id(
阅读全文
posted @ 2021-06-28 09:33 冰雪2021
阅读(40)
评论(0)
推荐(0)
2021年6月25日
python不同字符编码之间的转换
摘要: python2默认编码是ASCII,一直到py2.7用的还是ASCII,导致Python只支持英文,想支持其他语言,必须单独配置。 当年在文件开头声明文件的编码才能写中文。如下: # -*- coding:utf-8 -*- 如果电脑是windows系统,系统默认编码是GBK,声明的时候要声明成GB
阅读全文
posted @ 2021-06-25 17:15 冰雪2021
阅读(144)
评论(0)
推荐(0)
python之字符串类详解
摘要: 在python中,加了引号的字符被认为是字符串。 1、capitalize() 把字符串的第一个字符大写 >>> s = "hello">>> s.capitalize()'Hello' 2、casefold() 转换字符串中所有大写字符为小写,两者的区别是:lower() 方法只对ASCII编码,
阅读全文
posted @ 2021-06-25 16:26 冰雪2021
阅读(352)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
下一页
公告
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css