上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 39 下一页

2013年9月16日

linux下安装F-prot杀毒软件

摘要: 一、 f-prot的安装1.首先我们要创建一个带有超级权限的用户sudo passwa root2.su 切换用户3.下载F-prothttp://www.f-prot.com/download/home_user/download_fplinux.html4.解压 cd /usr/local/bintar zxvf fp-.tar.gz5.cd f-prot ./install-f-prot.pl6.扫描病毒fpscan [路径]二、 f-prot命令行参数 f-prot是基于命令行下的工具,配合一些参数可以更有效查杀Linux、Windows病毒。 格式:f-prot [driv... 阅读全文

posted @ 2013-09-16 14:43 Hai_阔天空 阅读(3564) 评论(0) 推荐(0)

在linux下安装Avria(小红伞)

摘要: 1.下载AntiVir PersonalEdition Classic for linux http://www.free-av.com/2.解压: tar zxvf antivir.tar.gz3.进入解压后的文件夹:sudo ./install4.根据英文提示一步步完成press to view the license阅读完之后,输入 ‘q’退出。●Do you agree to the license terms? [n] y●Enter the path to your key file:[hbedv.key] 如/home/tom/antivir-workstation-pers-. 阅读全文

posted @ 2013-09-16 10:33 Hai_阔天空 阅读(2490) 评论(0) 推荐(0)

2013年9月12日

ios 给键盘上面加上“完成”

摘要: #import @interface FirstViewController : UIViewController{ UITextField *textField1; UITextField *textField2; UISegmentedControl *_prevNext;}- (UIToolbar *)createActionBar;@end//// FirstViewController.m// MyTableViewDemo//// Created by Chocolate on 13-9-12.// Copyright (c) 2013年 Chocolat... 阅读全文

posted @ 2013-09-12 14:50 Hai_阔天空 阅读(1107) 评论(0) 推荐(0)

2013年9月10日

.net asp 在1.asp页面嵌入另一个页面2.asp

摘要: 阅读全文

posted @ 2013-09-10 13:59 Hai_阔天空 阅读(218) 评论(0) 推荐(0)

.net asp [转载]ASP:循环滚动图片的代码+解释

摘要: 无标题文档 李开复 阅读全文

posted @ 2013-09-10 12:03 Hai_阔天空 阅读(760) 评论(0) 推荐(0)

2013年9月6日

.net Asp AdRotator(广告控件)

摘要: 1.新建项目名称AdRotator2.右键项目名称添加一个xml文件命名为AdRotator.xml images/1.jpg http://www.Microsoft.com 图像不用时显示的文本 可用于筛选特定的广告的广告类别 1000 200 1000 images/2.jpg http://www.asp.net 图像不用时显示的文本 可用于筛选特定的广告的广告类别 300 200 1000 3.新建一个Images文件夹,添加三张图片4.在页面中拖一个AdRotator控件,并设置他的属... 阅读全文

posted @ 2013-09-06 14:59 Hai_阔天空 阅读(573) 评论(0) 推荐(0)

.net asp iis服务器如何让外部访问自己的网站

摘要: 1.控制面板-防火墙-高级设置-入站规则-右侧的BranchCache内容检索,右键启用规则。 阅读全文

posted @ 2013-09-06 09:15 Hai_阔天空 阅读(307) 评论(0) 推荐(0)

2013年9月5日

Windows Phone 7 程序等待页面的处理

摘要: 程序启动通常会有一个等待的过程,在这个过程中可以通过使用Popup控件配合BackgroundWorker类启动后台线程来实现。控件的代码PopupSplash.xaml using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Win... 阅读全文

posted @ 2013-09-05 17:12 Hai_阔天空 阅读(251) 评论(0) 推荐(0)

Windows Phone 7 检查手机网络

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;using Microsoft.Ph 阅读全文

posted @ 2013-09-05 17:09 Hai_阔天空 阅读(222) 评论(0) 推荐(0)

c# 给button添加不规则的图片以及用pictureBox替代button响应点击事件

摘要: 1.Flat button用这个方法,前提是要把button的type设置为Flatbutton1.TabStop = false;button1.FlatAppearance.BorderSize = 0;button1.FlatAppearance.BorderColor = Color.FromArgb(0, 255, 255, 255); //设置边框的颜色Transparentbutton1.FlatAppearance.MouseOverBackColor = Color.FromArgb(0, 255, 255, 255); //设置鼠标经过时候的背景颜色Transparentb 阅读全文

posted @ 2013-09-05 12:05 Hai_阔天空 阅读(1820) 评论(1) 推荐(0)

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 39 下一页

导航