• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Greyed Wolf

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页

2013年5月25日

How to know whoever is login and running the Webapplication ?
摘要: Hi Hendra ... this code does what you ask for ... I found it in this forum :var I: Integer; ASessionList: TList;begin unimemo1.Lines.Clear; ASessionList := UniServerModule.SessionManager.Sessions.SessionList.LockList; try for I := 0 to ASessionList.Count - 1 do begin UniMemo1.Lines.Add(TUniGUISessio 阅读全文
posted @ 2013-05-25 14:55 Greyed Wolf 阅读(155) 评论(0) 推荐(0)
 

2013年5月13日

Installing on openSUSE Installing Lazarus For openSUSE
摘要: 1. Installing on openSUSE Installing Lazarus 0.9.30. For openSUSE 11.1 usersFree Pascal Compiler requires: - Gnu binutils (gnu as, gnu ld, gnu make) These utils can be installed by:zypper in -t pattern devel_basisLazarus also requires these components:1) glib2 devel2) gtk2 develImportant: The lazaru 阅读全文
posted @ 2013-05-13 11:07 Greyed Wolf 阅读(268) 评论(0) 推荐(0)
 

2013年5月8日

Remote desktop connect to Opensuse 11 using xmanager on Windows 7
摘要: Remote desktop connect to Opensuse 11 using xmanager on Windows 7Host: opensuse 11.3, KDEClient: windows 71, Configuration on OpensuseI) sudo vi /etc/X11/xdm/Xaccess --> uncomment "#* #any host can get a login window" by deleting "#";II) sudo vi /etc/X11/xdm/xdm-config --> 阅读全文
posted @ 2013-05-08 15:12 Greyed Wolf 阅读(302) 评论(0) 推荐(0)
 

2013年5月6日

linux下vncserver服务器的启动
摘要: 在linux端,vncserver服务器的启动:vncserver -geometry 1200x768 -depth 16 :5其中:-geometry 1200x768是屏幕尺寸,-depth 16是色深,5是端口。终止服务:vncserver -kill :5 阅读全文
posted @ 2013-05-06 09:08 Greyed Wolf 阅读(379) 评论(0) 推荐(0)
 

2013年5月5日

Windows远程访问Opensuse桌面的三种方法
摘要: 背景 有两台电脑,一台电脑安装了Windows操作系统,另外一台安装了Opensuse Enterprise Linux,现在我要想让Windows能够远程访问Opensuse的桌面。 单单使用Windows自带的“远程桌面连接”无法连接到Opensuse桌面(或许自己还没有找到合适的方法)。这里我提供了两种解决方案,一种利用VNC工具,另外一种利用XManager工具,现在我就介绍下这两套工具的使用方法。工具介绍VNC:VNC (Virtual Network Computing)是虚拟网络计算机的缩写。VNC是一款优秀的远程控制工具软件,由著名的AT&T的欧洲研究实验室开发的。VN 阅读全文
posted @ 2013-05-05 22:35 Greyed Wolf 阅读(1262) 评论(0) 推荐(0)
 
linux 使用rdesktop连接widows远程桌面
摘要: 安装rdesktop。rdesktop主要是linux对windows 2000、xp、2003系统的远程桌面访问支持。(vista、windows7、2008没有试过)安装和使用过程如下:1、查看系统是否已安装rdesktop软件rpm -qa | grep rdesktop2、若没有安装,下载安装包,根据安装配置文件说明进行安装。一般都是先解压缩 tar zxvf packagefile到解压路径执行./configure然后make 和make install。安装成功后,在/usr/local/bin下有rdesktop的可执行程序。当然可以使用rpm包,安装命令rpm -ivh p. 阅读全文
posted @ 2013-05-05 18:50 Greyed Wolf 阅读(356) 评论(0) 推荐(0)
 
opensuese下ciscoVPN的配置
摘要: 1、通过yast2按照cisco vpn软件 《思科vpn集中器客户端》;2、在/usr/sbin下运行:./vpnc输入相应信息:Enter IPSec gateway address: 112.112.15.87Enter IPSec ID for 112.112.15.87: ynszsjEnter IPSec secret for ynszsj@112.112.15.87: Enter username for 112.112.15.87: ynszsjEnter password for ynszsj@112.112.15.87: RTNETLINK answers: File ex 阅读全文
posted @ 2013-05-05 13:33 Greyed Wolf 阅读(280) 评论(0) 推荐(0)
 

2013年5月3日

Delphi开发Windows服务程序
摘要: Delphi开发Windows服务程序2012-07-14 本文行家:hnxiaofu开发步骤:1、New->Other->ServiceApplication2、现在一个服务程序的框架已经搭起来了,打开Service1窗口,有几个属性说明一下:AllowPause:是否允许暂停AllowStop:是否允许停止Dependencies:设置服务的依存关系,服务的启动是否依赖于某个服务或者组DisplayName:在“服务”窗口显示的名称Interactive:设置开发步骤: 1、New->Other->Service Application 2、现在一个服务程序的框架已 阅读全文
posted @ 2013-05-03 15:21 Greyed Wolf 阅读(7226) 评论(0) 推荐(0)
 

2013年4月28日

CentOS 6.0 编译安装 MySQL 5.5.17
摘要: 参考文章 http://www.discuz.net/thread-2250084-1-1.html1.安装相关库文件yum install bison gcc gcc-c++ autoconf automake zlib* libxml* ncurses-devel libtool-ltdl-devel*2.安装cmake wget http://www.cmake.org/files/v2.8/cmake-2.8.6.tar.gztar zxvf cmake-2.8.6.tar.gzcd cmake-2.8.6/./configuregmakegmake install 3.设置用户/u. 阅读全文
posted @ 2013-04-28 17:43 Greyed Wolf 阅读(183) 评论(0) 推荐(0)
 

2013年4月19日

MySQL命令行参数完整版
摘要: ---help,-? 显示帮助消息并退出。 --batch,-B 打印结果,使用tab作为列间隔符,每个行占用新的一行。使用该选项,则mysql不使用历史文件。 --character-sets -dir=path 字符集的安装目录。 --compress,-C 压缩在客户端和服务器之间发送的所有信息(如果二者均支持压缩)。 ---database=db_name,-D db_name 要使用的数据库教程。主要在选项文件中有用。 ---debug[=debug_options],-# [debug_options] 写调试日志。debug_options字符串通常为'd:t:o,fil 阅读全文
posted @ 2013-04-19 11:03 Greyed Wolf 阅读(522) 评论(0) 推荐(0)
 
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页