Posted in Default on January 5th, 2009 by admin
暧昧只是因为不够爱
不能用正常的思维去思考女人
Posted in Default on December 4th, 2008 by admin
马克杯是从英文mug来的,mug指的就是有柄的杯子。中文以mug的音译为”马克杯”。
星巴克的City Mug会根据每个城市的特色有不同的设计,特定的杯子也只能在特定的城市买到
除了有Starbucks的字样,还会有城市的英文名字
很多喜爱星巴克的人到不同的国家、城市买不同的City Mug作为留念,成为收集品
马克杯是用陶瓷影像进口专用涂层(抗高温、抗紫外线、在陶瓷表面附着力强、硬度高、耐挂划)喷涂
马克杯是家常杯子的一种,一般用于牛奶,咖啡,茶类热饮。西方一些国家也有用马克杯在工作休息时喝汤的习惯。杯身一般为标准圆柱形或类圆柱形并且杯身的一侧带有把手。把手形状通常为半环。通常材质为纯瓷,釉瓷,玻璃,不锈钢或塑料。也有少数马克杯由天然石制成,一般价格较高。
Posted in Default on November 30th, 2008 by admin
花了两天时间帮朋友做的一个陶瓷企业站
Posted in Default on November 19th, 2008 by admin
金融危机真强,看新闻,广东那边已经有七千多家企业倒闭了,估计生意也多多少少受到了影响,希望早点过去吧。
Posted in Default on November 8th, 2008 by admin
Posted in Default on September 8th, 2008 by admin
最近在做一个花炮机械企业站,为了对Google比较友好一点,打算弄个sitemap,不过那些网上自动生成的,大部分都是遍历目录之类的,不适合我的这个网站,还是觉得自己手动写比较好。
到网上搜了一下,找到一个简单的例子,然后修改了一下,搞定。
// Connecting, selecting database // Performing SQL query $query = 'SELECT id,modifydate FROM hp_msg WHERE ifcheck=1 '; $result = mysql_query($query) or die('Query failed: ' . mysql_error()); // Printing results in HTML // Free resultset // Closing connection ?>
$link = mysql_connect('localhost', '用户名', '密码')
//db_username is the database username; db_pass is the database password
or die('Could not connect: ' . mysql_error());
mysql_select_db('数据库') or die('Could not select database');
//data_base_name is the DB you connect to
header ("Content-type: application/xml");
echo "
while ($line = mysql_fetch_array($result, MYSQL_ASSOC))
{
//foreach ($line[0] as $col_value)
$mdate=date(”y-m-d”,$line["modifydate"]);
{
echo “
echo “
echo “
echo “
echo “
}
}
echo “
mysql_free_result($result);
mysql_close($link);
Posted in Default on September 3rd, 2008 by admin
Google发布了自己的浏览器Google chrome,下载了试用了一下,很小,很快,很不错哦。
这里是一个关于Google chrome 的博客:Google chrome browser guide
Posted in Default on August 13th, 2008 by admin
Are you looking up a free php directory script? Maybe the Freeglobes is your choice.
Freeglobes is a Free PHP/MySQL directory, aims to be user friendly and respectfull of the standards of the internet, easy to install and be customized. There is a plugin system, you can add new features to Freeglobes without having to modify the main source code.
And Freeglobes is a open source php directory, free to use! You can build up a web directory very easily.
Freeglobes is written by a french guy, but there is a English language version.
You can find more information about at the Freeglobes official site, and live demo here and here( live webcams ), the supporting forum, a wiki of Freeglobes, and you can find lots of Freeglobes themes here.
Download Freeglobes.
Requirements:
- PHP 4 (4.3.0 or greater); PHP 5 is not officially supported. (it may work with PHP5 but some features may have bugs)
- MySQL 3.23 or greater (MySQL 4 and greater is recommended)
- PHP GD2 and XML libraries
- Optional : URL Rewrite. this feature can be disabled in admin panel if your host doesn’t support it. It’s recommended to enable it.
from:TryPHP.com
Posted in Default on August 9th, 2008 by admin