会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ZLey
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
2022年12月10日
JAVA_基础知识_构造器
摘要: public class Person { String name; int age; // 构造器 public Person() { } public Person(String name){ this.name=name; } public Person(String name,int age
阅读全文
posted @ 2022-12-10 23:16 ZLey
阅读(35)
评论(0)
推荐(0)
2022年12月9日
JAVA_基础知识_值传递和引用传递
摘要: 值传递: 1 public class Demo01 { 2 public static void main(String[] args) { 3 int a=10; 4 System.out.println(a); 5 Demo01.change1(a); //调用函数改变a的值结果仍然不变 6
阅读全文
posted @ 2022-12-09 16:54 ZLey
阅读(22)
评论(0)
推荐(0)
2022年11月6日
Windows下配置github上git clone的python项目
摘要: 配置过程: 1、首先在pycharm命令行中下载virtualenv,pip install virtualenv 2、创建虚拟环境 virtualenv 虚拟环境名称,例如:virtualenv online-cl 遇到问题online-cl下没有bin文件夹 解决:# mac,linux 环境
阅读全文
posted @ 2022-11-06 20:29 ZLey
阅读(300)
评论(0)
推荐(0)
2022年11月5日
Linux上配置Github上git clone的python项目
摘要: Linux上配置Github上git clone的python项目
阅读全文
posted @ 2022-11-05 15:25 ZLey
阅读(527)
评论(0)
推荐(0)
2022年10月31日
Hello
摘要: Hello ZLey!
阅读全文
posted @ 2022-10-31 20:36 ZLey
阅读(15)
评论(0)
推荐(0)
上一页
1
2
3
4
5
公告