03 2020 档案

摘要:1、鼠标右键建立文件 XXXX.ascx 2、页面写点东西,编译 3、页面注册控件:如 <%@ Register TagPrefix="uc1" TagName="XXX" Src="~/controls/XXXX.ascx" %> 4、调用 <uc1:XXX ID="id1" runat="ser 阅读全文
posted @ 2020-03-14 19:31 我的移动笔记
摘要:第一次用IDEA搭建springboot+dubbo+zookeeper项目中碰到了一些问题,现在记录下来, 第一步:项目准备工作 工具IDEA,先下载安装zookeeper和dubbo Zookeeper下载地址:https://zookeeper.apache.org/releases.html 阅读全文
posted @ 2020-03-04 18:18 我的移动笔记
摘要:1、SyntaxError: Missing parentheses in call to 'print'. Did you mean print(b)? 意识是: print 要带 () 2、IndentationError: unexpected indent 缩进错误 注意:python是一种 阅读全文
posted @ 2020-03-01 20:00 我的移动笔记 阅读(187) 评论(0) 推荐(0)
摘要:虽然你能够通过编写 Unix shell 脚本或 Windows 批处理文件来处理其中的某些任务,但 Shell 脚本更适合移动文件或修改文本数据,并不适合编写 GUI 应用程序或游戏;虽然你能够使用 C/C++/JAVA 编写程序,但即使编写一个简单的 first-draft 程序也有可能耗费大量 阅读全文
posted @ 2020-03-01 17:50 我的移动笔记