If it is a small program, you can use this way:
C:\Rebecca\script\perl>perl -d calculate.pl
Loading DB routines from perl5db.pl version 1.39_10
Editor support available.
Enter h or 'h h' ...
分类:
其他好文 时间:
2015-01-22 13:23:58
阅读次数:
170
nclncl: error while loading shared libraries: libg2c.so.0: cannot open shared object file: No such file or directory先看看运行机器上面有没有这个动态链接库,有的话再看看环境变量对不对,...
分类:
其他好文 时间:
2015-01-21 14:45:30
阅读次数:
351
在需要给图片,图标等控件添加 点击效果,手势效果的UITapGestureRecognizer用法
直接看代码示例:
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
UIImageView...
分类:
移动开发 时间:
2015-01-20 10:27:10
阅读次数:
198
css3 svg图标制作环形loading加载动画特效绿色的css3动画加载图标代码css3加载动画制作loading加载Android动画效果jQuery css3预加载动画制作css3动画图标页面加载效果css3加载动画特效制作css3 win8加载动画特效css3加载动画效果制作loading...
分类:
Web程序 时间:
2015-01-19 20:47:34
阅读次数:
411
首先就是新建一个dialog的XML文件了 1 2 9 10 14 15 23 24 ic_loading_bg就是一个背景的图片。关于上面的drawable中的progress_drawable_white.xml文件如下, ...
分类:
移动开发 时间:
2015-01-17 20:41:49
阅读次数:
249
今天在阿里云一台新的服务器部署程序后台,发现上面的python缺少MySQLDB 模块,记录安装过程。
首先django程序,运行 python manage.py sycdb
报错: ImproperlyConfigured:
Error loading MySQLdb module: No module named MySQLdb
MySQLdb模块的包名字叫mysq...
分类:
数据库 时间:
2015-01-16 23:51:25
阅读次数:
397
今天开始陆续整理一下一些常规的Android常用开发实用程序。
第一季:Android播放动画的方法示例
1. 通常动画都是gif图像,推荐使用easygifanimator工具来将其拆解为多个图片,建议是png的;
2. 在Android工程的res目录下新增anim目录,新建一个xml文件,比如loading.xml:
xmlns:android="http://sch...
分类:
移动开发 时间:
2015-01-16 13:04:20
阅读次数:
159
下面是代码,这是伪加载提示条,跟加载速度无关 Loading 下面是网上其他人的解决方法,可以真正实现显示加载的百分比如果需要在页面初始加载时显示加载进度。主要是指图片很多的情况下:可以使用第三方Jquery插件jquery.imgpreload.mi...
分类:
Web程序 时间:
2015-01-16 12:42:33
阅读次数:
380
Xml代码在布局中添加一个ImageViw和一个EditText。Xml代码Java代码privateImageViewloadingImageView;privateEditTextloadingEditText;privateAnimationDrawableanim;Java代码loading...
分类:
移动开发 时间:
2015-01-15 19:47:41
阅读次数:
406
appextend.js是自己编写的一个手机网页过渡时显示loading的一个js插件。appextend.js :var appExtend = function () { this.setHide = null; var $that = this; function hideD...
分类:
移动开发 时间:
2015-01-15 17:44:41
阅读次数:
199