• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Enomothem
If we're gonna do this,we've got to do it now.
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
1 2 下一页

2022年10月25日

Rust low 2 - 基本类型
摘要: 基本类型 数值类型: 有符号整数 (i8, i16, i32, i64, isize)、 无符号整数 (u8, u16, u32, u64, usize) 、浮点数 (f32, f64)、以及有理数、复数 字符串:字符串字面量和字符串切片 &str 布尔类型: true和false 字符类型: 表示 阅读全文
posted @ 2022-10-25 17:02 Enomothem 阅读(133) 评论(0) 推荐(0)
 
 

2022年10月24日

Rust low 1 - 变量
摘要: 变量 学习思路get:品位每一句话,看不懂的话,闭上眼睛,多读几遍,思考一下,记录下来,实践几遍,讲给别人听(没有对象?给自己听)。 Ax 可变性 可变变量:为了灵活 不可变变量:为了安全 一般的编程语言要么是可变的,要么是不可变的,所以RUST选择根据需求而选择。 Bx 命名 别取RUST关键字就 阅读全文
posted @ 2022-10-24 08:33 Enomothem 阅读(37) 评论(0) 推荐(0)
 
Rust low 0 - 基本概念
摘要: Ax 计划开始 rust学习笔记就放在博客园了,一共分为low级别、mid级别、high级别三个学习阶段 Bx 新概念(编程语言从未有过的概念) 所有权、借用、生命周期 宏编程 模式匹配 Cx 语法示例 // Rust 程序入口函数,跟其它语言一样,都是 main,该函数目前无返回值 fn main 阅读全文
posted @ 2022-10-24 05:31 Enomothem 阅读(69) 评论(0) 推荐(0)
 
 

2020年12月4日

Kali: MSF meterpreter command
摘要: Core Commands Command Description ? Help menu background Backgrounds the current session bg Alias for background bgkill Kills a background meterpreter 阅读全文
posted @ 2020-12-04 20:18 Enomothem 阅读(159) 评论(0) 推荐(0)
 
 

2020年12月3日

Kali: VMware network disappear
摘要: Ax_Why I'm network icon vanish ###x_a show NIC(network interface card/adapter) status $ ifconfig -a ###x_b modify configuration file change addition e 阅读全文
posted @ 2020-12-03 01:19 Enomothem 阅读(85) 评论(-1) 推荐(0)
 
 

2020年6月20日

Linux : Forks()
摘要: /* * fork_test.c * version 1 * Created on: 2010-5-29 * Author: wangth */ #include <unistd.h> #include <stdio.h> int main () { pid_t fpid; int count=0; 阅读全文
posted @ 2020-06-20 17:10 Enomothem 阅读(134) 评论(0) 推荐(0)
 
 

2020年5月14日

IS: [=Burp Suite No.4=]Burp Suite /Scanner/ and /Intruder/
摘要: Xx_Menu Scanner Issue activity Scan queue Live scanning Issue definition Options Intruder Target Positions Payloads Options Ax_Scanner Using the step 阅读全文
posted @ 2020-05-14 23:06 Enomothem 阅读(326) 评论(0) 推荐(0)
 
 

2020年5月13日

IS: [=Burp Suite No.3=]Burp Suite /Target/ and /Spider/
摘要: Xx_Menu Burp Target Target site map Scope Burp Spider Control:status and Scope(Target and Custom) Options:Crawler Setting,Passive Spidering,Form Submi 阅读全文
posted @ 2020-05-13 23:53 Enomothem 阅读(279) 评论(0) 推荐(0)
 
 

2020年5月12日

IS: [=Burp Suite No.2=]Burp Suite SSL and advanced options
摘要: Xx_Menu SSL:request https CA certificate install CA certificate remove advanced options Proxy Listence configuration SSL direct connect and contact ag 阅读全文
posted @ 2020-05-12 14:14 Enomothem 阅读(342) 评论(0) 推荐(0)
 
IS: [=Burp Suite No.1=]Burp Suite install and configuration
摘要: Xx_Introduction Burp Suite is a leading range of cybersecurity tools, brought to you by PortSwigger. We believe in giving our users a competitive adva 阅读全文
posted @ 2020-05-12 00:21 Enomothem 阅读(215) 评论(0) 推荐(0)
 
 

2020年5月6日

IS: WMIC command use
摘要: Xx_Introduction Windows Management Instrumentation,it is winodws manager tool. Can be used as a powerful information collector for penetration testing 阅读全文
posted @ 2020-05-06 12:05 Enomothem 阅读(166) 评论(0) 推荐(0)
 
 

2020年4月25日

Linux: Xshell don't connect parrot problem || and use gnuplot
摘要: Content solve Xshell connect gismo: gnuplot// Link:http://gnuplot.sourceforge.net/demo/ Link: "Thinks this brother" Xx_Why Today,I be free and at leis 阅读全文
posted @ 2020-04-25 13:47 Enomothem 阅读(372) 评论(0) 推荐(0)
 
 

2020年3月17日

C lang: IOCCC
摘要: ``` #include typedef unsigned int _;_ d,b, #define i(I1,Il,lI)if(Il){lI;}else{I1;} ... 阅读全文
posted @ 2020-03-17 18:28 Enomothem 阅读(247) 评论(1) 推荐(0)
 
 

2020年3月14日

Python: Anaconda managerment Python
摘要: Xx_Introduction The open source Anaconda Individual Edition (formally Anaconda Distribution) is the easiest way to perform Python/R data science and m 阅读全文
posted @ 2020-03-14 17:45 Enomothem 阅读(319) 评论(1) 推荐(0)
 
 

2020年3月10日

Assembly-language: Debug
摘要: Xx_Introduction Used debug command check our CPU and memory. function: Ax_Prepare step Aboval all,download DOSBox. DOSBox:https://www.dosbox.com/downl 阅读全文
posted @ 2020-03-10 23:26 Enomothem 阅读(164) 评论(0) 推荐(0)
 
English: 2020-3-10
摘要: ``` catalyst catalyst cataly^_^_^_^_^_^_^_^_^_=st mark up mark up mark up mark up mark up mark up arbitration arbitration arbitration arbitration arbitration solvent solvent solvent solvent solvent so 阅读全文
posted @ 2020-03-10 00:22 Enomothem 阅读(204) 评论(0) 推荐(0)
 
 

2020年3月8日

Assembly language:1-1 Machine Language
摘要: Refer&Links https://www.computerhope.com/jargon/m/machlang.htm 《Assembly language》 Wang shuang Terms Term: Machine language Intro: Sometimes referred 阅读全文
posted @ 2020-03-08 15:10 Enomothem 阅读(164) 评论(0) 推荐(0)
 
 

2020年3月7日

Python: Turtle
摘要: Ax_Introduction Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed 阅读全文
posted @ 2020-03-07 02:27 Enomothem 阅读(277) 评论(0) 推荐(0)
 
 

2020年3月4日

IS: Fluxion
摘要: Ax_Introduction web site:https://github.com/wi fi analyzer/fluxion Fluxion is a remake of linset by vk496 with (hopefully) less bugs and more function 阅读全文
posted @ 2020-03-04 14:36 Enomothem 阅读(205) 评论(0) 推荐(0)
 
 

2020年2月24日

C lang: Construction type data
摘要: Ax_Introduction Construction type data include array,struct,union,enum Array:a same data make up gather. Struct:deal with thing of not cope for array. 阅读全文
posted @ 2020-02-24 13:03 Enomothem 阅读(137) 评论(0) 推荐(0)
 
 

2020年1月20日

C lang: stdio.h
摘要: ``` / stdio.h This file has no copyright assigned and is placed in the Public Domain. This file is a part of the mingw runtime package. No warranty is 阅读全文
posted @ 2020-01-20 16:15 Enomothem 阅读(227) 评论(0) 推荐(0)
 
 

2020年1月8日

C lang: s_gets optimize input foo.
摘要: Xx_Introduction s_getsis 《C primer plus》 optimize input foo. Ax_Propose Clear the cache.^_^ Bx_Code 阅读全文
posted @ 2020-01-08 20:32 Enomothem 阅读(111) 评论(0) 推荐(0)
 
Linux: shutdown command
摘要: Xx_Introduction Linux shutdown command. Ax_Command Shutdown Reboot Sleep Powersave Standby 阅读全文
posted @ 2020-01-08 11:46 Enomothem 阅读(132) 评论(0) 推荐(0)
 
 

2020年1月3日

Linux:Install Google Browser
摘要: Ax_linux google browser install Step 1:download install parket Step 2: installing Step 3: update depend on ok! APPLIX: find google file /user/share/ap 阅读全文
posted @ 2020-01-03 13:12 Enomothem 阅读(324) 评论(0) 推荐(0)
 
 

2019年12月12日

IS Kali: installed chiess messy code problem
摘要: ``` apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy init 6 ``` 阅读全文
posted @ 2019-12-12 18:54 Enomothem 阅读(145) 评论(0) 推荐(0)
 
 

2019年12月9日

C lang: The Command line
摘要: Ax_command line h Ax_a command line describe The command line is in enviroment for DOS,to user operate line of command. format Linux : $ windows: C Ax 阅读全文
posted @ 2019-12-09 18:37 Enomothem 阅读(224) 评论(0) 推荐(0)
 
 

2019年12月2日

C lang: The caracter reverse
摘要: Ax_Code 阅读全文
posted @ 2019-12-02 23:40 Enomothem 阅读(119) 评论(0) 推荐(0)
 
 

2019年11月26日

C lang: Compound literal
摘要: Xx_Introduction C99 stantard. Upate array and struct a compound literal. Literal is date type value.In addition to symbolic constant a constant. Ax_Co 阅读全文
posted @ 2019-11-26 18:26 Enomothem 阅读(157) 评论(0) 推荐(0)
 
 

2019年11月25日

C lang: VLA(variable-length array)
摘要: Xx_VLA Introduction VLA:variable length array,not variable array size,but variable arary dimensionality size. Must be an automatic storage type They c 阅读全文
posted @ 2019-11-25 20:14 Enomothem 阅读(216) 评论(0) 推荐(0)
 
 

2019年11月24日

C lang:Pointer and multidimensional array
摘要: Xx_Introduction Double indrection:Address of Address;Pointer of Pointer Ax_Code 阅读全文
posted @ 2019-11-24 20:48 Enomothem 阅读(140) 评论(0) 推荐(0)
 
C lang:Protect array data——Const
摘要: Xx_Introduction Use pointer translate parameter array original data will change data,and use const protect array data. Ax_Code use void ,so not use re 阅读全文
posted @ 2019-11-24 19:25 Enomothem 阅读(123) 评论(0) 推荐(0)
 
C lang:Pointer operation
摘要: Xx_Pointer opteration Do not dereference initialized Pointers Ax_Code Assign: assign a pointer to a pointer.It can be the name of an array, the name o 阅读全文
posted @ 2019-11-24 18:27 Enomothem 阅读(151) 评论(0) 推荐(0)
 
 

2019年11月23日

C lang:Array and Pointer formal parameter
摘要: Test Xx_Formal parameter Formal parameter are local variable. It's private to the function. Ax_Array formal parameter include define SIZE 10 int sump( 阅读全文
posted @ 2019-11-23 20:45 Enomothem 阅读(262) 评论(0) 推荐(0)
 
 

2019年11月21日

C lang:Pointer and Array
摘要: Xx_Introduction Point and Array germane. Xx_Code Bx_Replace x a not use pointer include define M 12 int main(void) { int days[M] = {31, 28, 31, 30, 31 阅读全文
posted @ 2019-11-21 18:51 Enomothem 阅读(213) 评论(0) 推荐(0)
 
C lang:Array_Multidimensional arrays
摘要: ``` #include #include #define YEARS 5 #define MONTHS 12 void color(short x); int main(void) { //definition array const float rain[YEARS][MONTHS] = { {1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 0.1, 阅读全文
posted @ 2019-11-21 16:03 Enomothem 阅读(137) 评论(0) 推荐(0)
 
 

2019年11月19日

C lang: Pointer
摘要: Ax_Terminology xa_pointer pointer is the address used to store the variable;A variable (or data object) whose value is a memory address Bx_Operator xa 阅读全文
posted @ 2019-11-19 17:15 Enomothem 阅读(157) 评论(0) 推荐(0)
 
 

2019年11月12日

C lang:programe flow
摘要: C language flow Xx_a Introduction C language flow,control program order. Xx_b Foundation satement:foundamental.and after addtion(;) program block:mult 阅读全文
posted @ 2019-11-12 11:22 Enomothem 阅读(206) 评论(0) 推荐(0)
 
 

2019年11月8日

C lang:The smallest negative plus one equals the largest positive
摘要: ![](https://upload-images.jianshu.io/upload_images/14991742-6dc1486ebaf5c033.png?imageMogr2/auto-orient/strip|imageView2/2/w/1200/format/webp) 阅读全文
posted @ 2019-11-08 14:39 Enomothem 阅读(89) 评论(0) 推荐(0)
 
 

2019年11月4日

English:Day-to-day 1104
摘要: ``` \ editor by enomothem It snowed throughout the day and night. \___________________________________ \___________________________________| rowing ma 阅读全文
posted @ 2019-11-04 21:55 Enomothem 阅读(148) 评论(0) 推荐(0)
 
 

2019年10月28日

IS:Introduction Parrot
摘要: Ax_What is Linux? Bx_What is Debian Cx_What is Parrot https://docs.parrotlinux.org/intro/what is parrot/ 阅读全文
posted @ 2019-10-28 16:52 Enomothem 阅读(224) 评论(0) 推荐(0)
 
 
1 2 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3