Linux Mint 之sqldeveloper安装 linux下最好用的Oracle开发工具可能就是sqldeveloper了 首先在Oracle官网上下载sqldeveloper, 下载完毕后,检查你的linux是否安装了tar和alien 执行后提示已经是最新版本了说明已安装, 那么接下来我们 ...
分类:
数据库 时间:
2017-09-30 21:01:41
阅读次数:
271
Ubuntu的软件包格式是deb,如果要安装rpm的包,则要先用alien把rpm转换成deb。 sudo apt-get install alien #alien默认没有安装,所以首先要安装它 sudo alien xxxx.rpm #将rpm转换位deb,完成后会生成一个同名的xxxx.deb ...
分类:
系统相关 时间:
2017-09-10 20:42:30
阅读次数:
216
Notes: Lots of places need to be remember: Edge cases: 1. Only one word, still need to be calculated as it represents. 2. All unique chars that not be ...
分类:
其他好文 时间:
2017-09-05 17:47:14
阅读次数:
114
题目描述 给出N个点,让你画一个最小的包含所有点的圆。 输入 先给出点的个数N,2<=N<=100000,再给出坐标Xi,Yi.(-10000.0<=xi,yi<=10000.0) 输出 输出圆的半径,及圆心的坐标 样例输入 6 8.0 9.0 4.0 7.5 1.0 2.0 5.1 8.7 9.0 ...
分类:
其他好文 时间:
2017-09-02 18:14:22
阅读次数:
179
settings.py用于设置屏幕的基本设置 ship.py设置飞机机器位置属性 game_funtions.py 游戏主功能设置 alien_invasion.py 游戏执行 当前实现屏幕绘制,飞机键盘按键控制上下左右,马克,待续 ...
分类:
编程语言 时间:
2017-08-30 21:38:22
阅读次数:
226
【BZOJ1336】[Balkan2002]Alien最小圆覆盖 Description 给出N个点,让你画一个最小的包含所有点的圆。 给出N个点,让你画一个最小的包含所有点的圆。 Input 先给出点的个数N,2<=N<=100000,再给出坐标Xi,Yi.(-10000.0<=xi,yi<=10 ...
分类:
其他好文 时间:
2017-08-30 13:11:04
阅读次数:
160
以前经常使用的是redhat,习惯使用rpm方法安装软件。最近发现Ubuntu系统居然不支持rpm方法安装软件,提示信息如下:root@root$rpm-ipackage.rpm
Theprogram‘rpm‘iscurrentlynotinstalled.Youcaninstallitbytyping:
sudoapt-getinstallrpm
然而通过apt-get安装rpm包以后依然不..
分类:
系统相关 时间:
2017-08-14 22:27:06
阅读次数:
222
T1 外星人 二维前缀和 #include<cstdio> #define N 1001 using namespace std; bool v[N][N]; int sum[N][N]; int main() { freopen("alien.in","r",stdin); freopen("al ...
分类:
其他好文 时间:
2017-08-12 10:33:08
阅读次数:
168
In a highly developed alien society, the habitats are almost infinite dimensional space. In the history of this planet,there is an old puzzle. You hav ...
分类:
其他好文 时间:
2017-08-09 13:06:59
阅读次数:
201
Problem After years of study, scientists at Google Labs have discovered an alien language transmitted from a faraway planet. The alien language is ver ...
分类:
其他好文 时间:
2017-05-29 15:58:23
阅读次数:
179