<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>奇点 - php&#124;系统开发&#124;网站建设&#124;多语言商城&#124;博客</title>
	<atom:link href="http://www.7dit.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.7dit.com</link>
	<description>php&#124;系统开发&#124;网站建设&#124;多语言商城&#124;博客</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:04:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>windows 2003服务器优化设置</title>
		<link>http://www.7dit.com/?p=156</link>
		<comments>http://www.7dit.com/?p=156#comments</comments>
		<pubDate>Tue, 07 Sep 2010 04:04:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=156</guid>
		<description><![CDATA[windows 2003服务器优化设置，仅供参考！ 一、优化启动设置 1.禁用关机事件跟踪 开始-运行-gpedit.msc-计算机配置-管理模板-系统-显示关机事件跟踪-禁用。 2. 禁用开机 CTRL+ALT+DEL和实现自动登陆 方法1：打开注册表: HKEY_LOCAL_MACHIN&#124;SOFTWARE&#124;Microsoft&#124;Windows NT&#124;CurrentVersion &#124;Winlogon段，在此 项按右键，新建二个字符串值，AutoAdminLogon=1， DefaultPassword=“为超级用户Administrator所设置的Password”。 注意，一定要为Administrator设置一个密码，否则不能实现自启动。 然后，重新启? 疻indows即可实现自动登录。 方法2：管理工具-本地安全策略-本地策略-安全选项-interactive logon: Do not require CTRL+ALT+DEL，启用之。 方法3（自动登陆）：使用Windows XP的Tweak UI来实现Server 2003自动登陆。下载 weak UI http://www.ssite.org/uppic/sun_pic/&#8230;003/tweakui.exe下载后直接执行 weakui.exe 在左边的面板中选择Logon-Autologon-在右边勾写），点击下面 set Password，输入用户名的密码，然后点击OK。 3.我的电脑-属性-高级-启动和故障修复，点错误报告，选择“禁用错误汇报、但在发生 严重错误时通知我”； 4.去掉将事件写入系统日志、发送管理警报、自动重新启动等选项，将写入调试信 息设置为无； 5.点击编辑，在弹出记事本文件中: [Operating Systems] timeout=30　//把缺省时间 30 秒改为 0 秒 multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&#8221;Microsoft Windows server 2003 rofessional&#8221; /fastdetect　//把缺省 fastdetect 改为 nodetect [...]]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=156</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 常见命令</title>
		<link>http://www.7dit.com/?p=152</link>
		<comments>http://www.7dit.com/?p=152#comments</comments>
		<pubDate>Sat, 17 Jul 2010 05:21:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=152</guid>
		<description><![CDATA[在众多的Linux终端命令中，我们应该分类来 介绍一下，这里先说文件目录类、驱动挂载类、程序安装类、压缩解压类、进程控制类，这里所有的Linux终端命令都会被经常的使用到，熟悉这些命令工作中 应该能轻松许多。 一、文件目录类 1.建立目录：mkdir 目录名 2.删除空目录：rmdir 目录名 3.无条件删除子目录： rm -rf 目录名 4.改变当前目录：cd 目录名 (进入用户home目录：cd ~;进入上一级目录：cd -) 5.查看自己所在目录：pwd 6.查看当前目录大小：du 7.显示目录文件列表：ls -l (-a：增加显示隐含目录) 其中：蓝：目录;绿：可执行文件;红：压缩文件;浅蓝：链接文件;灰：其他文件;红底白字：错误的链接文件 8.浏览文件：more 文件名.txt;less 文件名.txt 9.复制文件： cp 源文件 目标文件 (-r：包含目录) 10.查找文件：(1)find (2)locate 命令名 11.链接：(1)建立hard链接：ln 来源文件 链接文件(-d：创建目录链接）；(2)建立符号链接：ln -s 来源文件 链接文件 二.驱动挂载类 1.检查硬盘使用情况：df -T -h 2.检查磁盘分区：fdisk -l 3.挂载软硬光区：mount -t /dev/fdx&#124;hdax /mnt/目录名 其中：：modos&#8211;FAT16;vfat&#8211;FAT32;ntfs&#8211;NTFS;光驱&#8211;iso9660 支持中文名：mount -o iocharset=x /dev/hdax [...]]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=152</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>ubuntu 下安装 lamp 环境</title>
		<link>http://www.7dit.com/?p=150</link>
		<comments>http://www.7dit.com/?p=150#comments</comments>
		<pubDate>Sat, 17 Jul 2010 04:16:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=150</guid>
		<description><![CDATA[1、环境：ubuntu8.10+apache2+mysql5+php5 2、步骤： 1）利用新立得软件包管理器安装所需要的软件（apache2\mysql5\php5），在安装过程中，会附带安装一些所需的配置。或者用下面的指令在命令行安装。 1. 升级现有软件包 sudo apt-get upgdate sudo apt-get dist-upgrade 2. 安装mysql sudo apt-get install mysql-server 安装过程中会叫你输入root用户密码，并确认。 3. 安装apache2 sudo apt-get install apache2 4. 安装php5 sudo apt-get install php5 5. 安装php的mysql模块 sudo apt-get install php5-mysql 6. 安装php的gd库 sudo apt-get install php5-gd 7. 安装libapache2-mod-auth-mysql sudo apt-get install libapache2-mod-auth-mysql 8. 安装apache的可加载PHP解析器 libapache2-mod-php5 sudo apt-get install libapache2-mod-php5 [...]]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=150</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>油画商城&#124;在线配框系统</title>
		<link>http://www.7dit.com/?p=146</link>
		<comments>http://www.7dit.com/?p=146#comments</comments>
		<pubDate>Tue, 29 Dec 2009 16:51:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[商城应用]]></category>
		<category><![CDATA[图像合成]]></category>
		<category><![CDATA[在线配框]]></category>
		<category><![CDATA[油画商城]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=146</guid>
		<description><![CDATA[由多语商城开发的油画商城开发完成 除商城常见功能外，增加在线配框及艺术定制功能 1. 用户在后台上传相关的画框素材，四个角与四条边的图片 2. 在线配框系统将经于GD与imagick的图像合成技术自动生成用户需要的配框效果图 3. 并自动按照画框，卡纸，玻璃的单位价格与单位重量，自行计算总费用与运费 演示地址 首页演示：http://art.7dit.com/ 商品演示：http://art.7dit.com/g-yutianjiedao-56.shtml 配框演示：http://art.7dit.com/PaintDecorate-make-goods_id-56.shtml 后台演示：http://art.7dit.com/admin.php 后台帐号：fanwe 后台密码：fanwe]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=146</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>多语商城功能更新</title>
		<link>http://www.7dit.com/?p=143</link>
		<comments>http://www.7dit.com/?p=143#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:53:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[多语建站系统]]></category>
		<category><![CDATA[开发日志]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[商城系统]]></category>
		<category><![CDATA[多语言]]></category>
		<category><![CDATA[系统开发]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=143</guid>
		<description><![CDATA[更新功能： 1. 多货币切换功能，在同一语言环境下可以切换不同的货币用于显示 2. 可为支付方式设置相应的结算货币，当结算支付时按指定的支付方式计算总额 3. 增加重量体系与配送方式，可以独立设置商品的重量单位，并在结算配送时统一换算重量，计算运费 4. 配送方式， 多种可配置的运费计算体系，可设置首重，续重，单价，统一价，并指定相应的个别地区的首重，续重等数据 支持货到付款，即计算运费，记录于订单中，并不用于支付。 支持保价体系，即可设置商品总额的保价率与最低保价金额。 5. 除中国详细的地区列表外，系统默认初始了全球国家(不含地区)的数据表。 前台演示： http://shop.7dit.com 后台演示：http://shop.7dit.com/admin.php 管理员帐号：fanwe 管理员密码：fanwe]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=143</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>多语商城系统的开发终于告一段落</title>
		<link>http://www.7dit.com/?p=136</link>
		<comments>http://www.7dit.com/?p=136#comments</comments>
		<pubDate>Sat, 28 Nov 2009 19:00:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[多语建站系统]]></category>
		<category><![CDATA[开发日志]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=136</guid>
		<description><![CDATA[系统终于告一段落，从起初的设想与功能的完善，相当的折腾。全系统基于 ThinkPHP 2.0 开源框架架构 需要的服务器环境支持： php5.0 mysql4.0 zendOptimizer3.30 商城演示：http://shop.7dit.com 后台演示：http://shop.7dit.com/admin.php 管理员帐号: fanwe 密码: fanwe 系统的几大特色功能 1. 语言环境的后台添加，可生成一站式的双语，多语商城 2. 所有商品，分类，文章的SEO关键词与描述的自定义 3. 商城询价功能，即对于不开放价格的商品，可以提交询价，由管理员回复询价 4. 商品属性的参考库存与价格，即每款商品的每个可选属性可设置一个购买时的参考库存，该库存不用于库存的统计 5. 无限规格组合的可配置，可以通过配置，理论上可让一个商品拥有无限种的规格组合，并保证每个组合有独立的价格，会员价，库存，货号等数据。 6. 全站的url重写，并对复杂重写的中文站进行优化，让商品URL拥用品名的拼音url，如 手机，url 为 g-shouji-1.shtml 7. 简洁的模板架构, 基于ThinkPHP 2.0 内置的模板机制，完全分离后台代码与前台界面。 8. 独立的支付接口，使支付扩展更加简单，当前内置Palpay支付接口 9. 基于RBAC权限管理，使后台的权限配置更加灵活 10.  后台的订单，商品，文章，登录，均可进行日志处理。 使后台的主要操作一目了然 11.  一键备份功能, 简单的一键点击即可完成全站数据的备份与恢复。 系统的不足之处 1. 缺少配送运费计算功能 2. 缺少完善的订单管理，暂时只实现订单的查看，回复，删除等操作。 3. 缺少完善的促销模式的配置，暂时只实现定期的商品促销。 4. 缺少访问统计，只能采用外部的访问统计. 5. [...]]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=136</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>增加一维属性价格与参考库存</title>
		<link>http://www.7dit.com/?p=130</link>
		<comments>http://www.7dit.com/?p=130#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[多语建站系统]]></category>
		<category><![CDATA[开发日志]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=130</guid>
		<description><![CDATA[参照了国内知名的开源网店系统 ecshop 的属性模板， 设置了可选的商品属性，价格以及一维的属性库存。 即当某款属性参考库存未选中时，表示该属性下的所有相关商品都缺货。 为了简化库存操作与管理，该库存标识仅作购买时的参考限制，不计入库存计算。]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>方维多语商城</title>
		<link>http://www.7dit.com/?p=121</link>
		<comments>http://www.7dit.com/?p=121#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:55:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[多语建站系统]]></category>
		<category><![CDATA[开发日志]]></category>
		<category><![CDATA[商城系统]]></category>
		<category><![CDATA[多语言]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=121</guid>
		<description><![CDATA[一直在观察现在所有的商城系统，却始终未发现一款对语言环境可进行自由扩展的多语商城。 基于有相当一部份用户需要建设一站式的双语乃至多语商城平台，因而着手开发了多语平台的商城系统。 经过一个来月的努力，虽然还有不少待完善的地方，不过总算有个最初的雏形了。 整个系统基于Thinkphp2.0( 一款由国人自主开发的PHP MVC框架) 架构。 商城主要特点： 语言环境的可自由扩展，单语-&#62;双语-&#62;多语。 只需简单的后台操作，并上传相应的语言包，即可架设一站式的多语商城平台。 配置新增语言环境， 将自动生成相应的多语字段。]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS6中配置wamp环境</title>
		<link>http://www.7dit.com/?p=107</link>
		<comments>http://www.7dit.com/?p=107#comments</comments>
		<pubDate>Sat, 13 Jun 2009 04:03:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=107</guid>
		<description><![CDATA[1. 下载php5.2.6程序包 2. 开启iis6, web 服务扩展, 添加一个新的 web 服务扩展 3. 添加一个IIS下的站点. 对于多站点听共享80端口配置，需要指定主机头进行识别。 网站->高级->添加主机头进行标识 4. 添加isapi的php扩展 即对php文件类型指定解析程序 至此。 就添加了一个对php支持的iis站点. 5. 此进运行phpinfo会发现无法加载php.ini的配置文件， 将php目录下的php.ini复制到c:/windows下即可，同时需要将php.ini中extension_dir的相对路径改为绝对的路径。以保证能加载php的扩展模块 正常情况，需要开启： register_globals = on 全局变量的开启 extension=php_gd2.dll GD2函数库的加载 extension=php_mysql.dll extension=php_mysqli.dll 以及mysql函数库的加载 6. 安装mysql,并作相应的配置 7. 再次运行phpinfo发现仍然无法载入mysql支持。 请将php目录下的libmysql.dll复制到c:/windows/system32下再次重启服务即可。 8. 回到前面的多站点支持。 绑定的主机头正常情况需要绑定一个域名。 而该域名需要解析到服务器的IP。 如果只是本机调试。 用记事本打开C:/windows/system32/drivers/etc/hosts 在127.0.0.1 localhost下方增加需要的主机解析。如 127.0.0.1 a 即对本机绑定一个a的别名 在iis的对应站点中绑定主机头a 到80端口， 此时可以通过http://a/访问该站点 如果用花生壳进行动态DNS解析，则绑定相应的花生壳域名 9. 附： 如果用花生壳进行动态域名解析，如果支持连接internet就这样OK了。 如果通过路由进行上网的还需要进行以下几道工序 [...]]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=107</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows下安装zend debugger 与 zend optimizer 共存</title>
		<link>http://www.7dit.com/?p=103</link>
		<comments>http://www.7dit.com/?p=103#comments</comments>
		<pubDate>Fri, 08 May 2009 17:17:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[zend debugger]]></category>
		<category><![CDATA[zend optimizer]]></category>

		<guid isPermaLink="false">http://www.7dit.com/?p=103</guid>
		<description><![CDATA[1. 先安装zend optimizer， 正常安装后 2. 下载zend debugger， 保存到自定义的目录，例如d:/debugger 3. 在该目录下建立一个相应当前php版本的文件夹， 如当前php版本php5.26, 即在该文件夹下建立php-5.2.x文件夹， 注： 此处X为真实的字符，而不是一个代表符。 将下载的debugger中相应版本的ZendDebugger.dll考到该目录下。 4. 配置php.ini 在php.ini中添加 zend_extension_manager.debug_server_ts = &#8220;D:\debugger&#8221; (这里的目录为debugger存放的根目录) zend_debugger.expose_remotely = allowed_hosts ; always zend_debugger.allow_hosts = 127.0.0.1/32,127.0.0.1/24 5. restart. 搞定]]></description>
		<wfw:commentRss>http://www.7dit.com/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
