码迷,mamicode.com
首页 >  
搜索关键字:citrix 7.5 setup with wi    ( 8195个结果
Ubuntu vsftpd setup
简单的ubuntu下的ftp服务器架设介绍1. 安装 vsftpdsudo apt-get install vsftpd2. 更改配置文件 vsftpd.confsudo vi /etc/vsftpd.conf更新以下几项参数设置anonymous_enable=NO # 阻止匿名登陆seccomp...
分类:其他好文   时间:2014-07-22 22:54:34    阅读次数:172
为Windows 7的winsxs目录瘦身,谨慎。
刚使用Win7 系统不久,前段时间在清理系统垃圾时发现,win7系统的windows文件夹下的winsxs 文件夹占用空间很大,想清理之,却提示无权限无法清理。随即在网上查了个到底,原来winsxs是一个超大的文件仓库,系统所在分区差点儿全部的系统文件都在那里至少有一个备份。并且随着系统的使用,wi...
分类:Windows程序   时间:2014-07-19 22:17:34    阅读次数:243
paros抓去手机中的http数据
1,让手机和MAC电脑连接同一网络。2,MAC电脑--》系统偏好设置--->网络---》状态--->“Wi-Fi”已连接至“wifi地址”,其 IP 地址为 192.168.3.17。3,iphone手机--》设置---》无线局域网---》详细信息---》HTTP代理--》手动---》服务器地址设置...
分类:移动开发   时间:2014-07-19 21:36:23    阅读次数:270
下载安装Cygwin
下载程序http://www.cygwin.com/安装程序下载完成后,运行setup.exe程序,出现安装画面。直接点“下一步”,出现安装模式的对话框,如下图所示:这里可以看到有三种安装模式:Install from Internet,这种模式直接从Internet安装,适合网速较快的情况;Dow...
分类:Windows程序   时间:2014-07-19 21:35:02    阅读次数:282
安装Python package
下载对应的源码,往往都是.tar.gz,.zip的压缩包,解压.打开windows的cmd,切换到对应目录1 C:2 cd C:\xx3 setup.py install
分类:编程语言   时间:2014-07-19 20:13:53    阅读次数:257
UVA The Sultan's Successors
题目如下: The Sultan's Successors  The Sultan of Nubia has no children, so she has decided that thecountry will be split into up to k separate parts on her death andeach part wi...
分类:其他好文   时间:2014-07-18 22:00:59    阅读次数:310
LA 4394
DescriptionThere are two strings A and B with equal length. Both strings are made up of lower case letters. Now you have a powerful string painter. Wi...
分类:其他好文   时间:2014-07-18 17:12:31    阅读次数:252
Neutron分析(6)—— neutron-openvswitch-agent
neutron-openvswitch-agent代码分析neutron.plugins.openvswitch.agent.ovs_neutron_agent:main# init ovs first by agent_config:# setup plugin_rpc, state_rpc, m...
分类:其他好文   时间:2014-07-18 00:28:37    阅读次数:434
.NET面试题(一)
个人面试题总结 + 基础知识点的整理。。。不断更新中。。。1、请编程遍历页面上所有TextBox控件并给它赋值为string.Empty?foreach(System.Windows.Forms.Controlcontrolinthis.Controls){if(controlisSystem.Wi...
分类:Web程序   时间:2014-07-17 18:22:01    阅读次数:375
如何在相同的页面设置多个tinymce编辑器
如何在相同的页面设置多个tinymce编辑器 This example shows how to setup multiple editors on the same page and with different configs. 用于多功能文本框,之前同页面只能用一个tinymce编辑器,百度谷歌没结果,所以整理下代码,以供参考:...
分类:其他好文   时间:2014-07-17 17:02:09    阅读次数:298
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!