码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
Another option to bootup evidence files
When it comes to booting up evidence files acquired from target disk, you got two options. One is VFC and the other is Live View. Both of them could c ...
分类:其他好文   时间:2018-05-31 23:06:09    阅读次数:190
Python基础
if语句 #if..else基本格式 猜年龄 age_of_princal = 56 guess_age = int( input(">>:")) if age_of_princal == guess_age : print("Yes,you got it..") else: print("No,y ...
分类:编程语言   时间:2018-05-31 02:28:20    阅读次数:189
js中的promise使用
运行结果: start new Promise... calculating 123 x 123... calculating 15129 + 15129... calculating 30258 x 30258... calculating 915546564 + 915546564... Got ...
分类:Web程序   时间:2018-05-28 14:56:17    阅读次数:198
leetcode 645. Set Mismatch——凡是要节约空间的题目 都在输入数据上下功夫 不要担心破坏原始的input
The set S originally contains numbers from 1 to n. But unfortunately, due to the data error, one of the numbers in the set got duplicated to another n ...
分类:其他好文   时间:2018-05-27 23:41:38    阅读次数:254
测试markdown和latex
$$ x^{y^z}=(1+{\rm e}^x)^{ 2xy^w} $$ $$ f(x,y,z) = 3y^2z \left( 3+\frac{7x+5}{1+y^2} \right) $$ $$ \sideset{^1_2}{^3_4}\bigotimes $$ ...
分类:其他好文   时间:2018-05-27 13:53:03    阅读次数:110
(五)Cisco dhcp snooping实例3-多交换机环境(DHCP服务器和DHCP客户端位于同VLAN)
试验拓扑 环境:dhcp server和dhcp客户端属于同vlan,但是客户端属于不同的交换机,在L2和L3交换机开启dhcp snooping后得出如下结论 L3交换机的配置 interface GigabitEthernet0/0 switchport trunk encapsulation ...
分类:系统相关   时间:2018-05-25 21:14:16    阅读次数:246
大创 backup
发送端 仿真图: 仿真图中使用使用TMP传感器(LM34)代替实际使用的DHT11传感器。 连接方式: DHT11的正极(VCC)与5V电源接口连接 DHT11的负极(GND)与GND连接 DHT11的输出口(VOUT)与D2口连接 NRF24L01接法: VCC接3.3V GND接GND CD接D ...
分类:其他好文   时间:2018-05-22 22:09:23    阅读次数:197
Python:循环
old_boy_age=56count=0while count<3: guess_old_boy_age = int(input("guess_old_boy_age")) if guess_old_boy_age==old_boy_age: print("yes,you got it") bre ...
分类:编程语言   时间:2018-05-21 16:05:45    阅读次数:205
MySQL 5.7slave_compressed_protocol参数导致复制bug
Got an error reading communication packets;Error reading packet from server for channel ‘‘: Lost connection to MySQL server during query (server_errno=2013)
分类:数据库   时间:2018-05-21 14:47:49    阅读次数:534
Markdown 数学符号速查
表 1: 数学模式重音符 | $\hat{a}$ \hat{a} | $\check{a}$ \check{a} | $\tilde{a}$ \tilde{a} | $ \acute{a} $ \acute{a} | | : | : | : | : | | $\grave{a}$ \grave{a} ...
分类:其他好文   时间:2018-05-21 14:41:47    阅读次数:556
1592条   上一页 1 ... 57 58 59 60 61 ... 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!