- 博客(4)
- 收藏
- 关注
原创 【ubuntu18安装postgresql+pgadmin3】
安装时会默认新建postgres用户,切换至postgres用户。ubuntu默认安装postresql10。
2023-06-26 13:54:06
339
1
原创 【python编译pyc及反编译】
python编译pyc及反编译命令行生成pyc反编译命令行生成pycpython -m py_compile [fobar.py]反编译pip install uncompyle6uncompyle6 -o [foobar.pyc] [foobar.py]
2023-06-25 09:54:40
194
1
原创 A sample C program
A sample C programWrite an example to help us get started with C./* first.c -- The first program */#include <stdio.h> // preprocessor directiveint main(void) // function, first be called{ // function define start int num; // declaration, int
2021-02-04 10:46:04
146
原创 Introduce C
Introduce Cwhat is C?C is a coputer program language.what C can do?Any computer-related function you can think of.FeatureProgrammer OrientedPortabilityFlexible and PowerfulEfficientThe programming steps(7 steps)Defind the targetDesign progr
2021-02-03 15:55:49
157
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅