using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using Utilities; us ...
今天开机就提示BOOT分区空间不足了。 网上度娘了一下。把过程记录了下来。以防忘记。 首先使用命令查看当前内核 uname -r 显示:5.3.0-59-generic 接下来就是要把多余的已经安装过的内核删除了。 下面看一下系统里已经安装的内核版本: dpkg --get-selections | ...
分类:
系统相关 时间:
2020-06-11 22:05:30
阅读次数:
113
Apache Zeppelin 0.7.0 Documentation: Generic JDBC Interpreter for Apache Zeppelin https://zeppelin.apache.org/docs/0.7.0/interpreter/jdbc.html#apply-z ...
分类:
Web程序 时间:
2020-06-10 21:28:20
阅读次数:
101
ylbtech-Code-Helper:ZipHelper.cs 1.返回顶部 1、 using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.D ...
分类:
其他好文 时间:
2020-06-10 19:15:59
阅读次数:
58
泛型(Generic)允许你延迟编写类或方法中的编程元素的数据类型规范,直到实际在应用程序中使用它的时候。换句话说,泛型允许您编写一个可以与任何数据类型一起工作的类或方法。 你可以通过数据类型的替代参数编写类或方法的规范。当编译器遇到类的构造函数或方法的函数调用时,他会生成代码来处理指定的数据类型。 ...
工具类代码:(代码可以自己整理下,这里重点在实现方式) using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Threading; using System. ...
分类:
编程语言 时间:
2020-06-10 18:48:04
阅读次数:
57
主窗口效果 主窗口代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; u ...
1、场景里新建四个东西新建Empty:Hierarchy面板下右击->Create Empty2、Empty的位置是在diren的炮口处3、制作子弹的预制体4、diren挂上此代码 using System.Collections; using System.Collections.Generic; ...
分类:
移动开发 时间:
2020-06-09 20:15:43
阅读次数:
113
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Autodesk.Revit.DB;using Autodesk. ...
分类:
其他好文 时间:
2020-06-08 14:50:06
阅读次数:
63
del_network def _unplug_port_from_network(self, port, network): server.log:37075:2020-06-08 10:12:54.569 56546 INFO networking_generic_switch.generic_ ...
分类:
Web程序 时间:
2020-06-08 10:48:14
阅读次数:
83