Google [站内搜索]

预览模式: 普通 | 列表

QQ、旺旺在线状态代码生成地址

1.QQ在线状态-http://wp.qq.com/index.html



引用内容 引用内容
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=270250392&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:270250392:41" alt="点击这里给我发消息" title="点击这里给我发消息"></a>

查看更多...

分类:其他 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 6504

[推荐]两款简单易用的图片在线编辑器

分类:网页设计 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 5269

ASP.NET页面Form嵌套解决方法

Default.aspx:
<%@ Page Language="C#" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

查看更多...

分类:Web编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 7784

C#解析"a=1&b=2&c=3"字符串

若该字符串是使用Http Get发送,url?a=1&b=2&c=3,使用下边代码即可获取参数a的值:

Request.QueryString["a"]

若该字符串是远程接口返回,以前都是用Split函数去拆分,今天发现一个非常强大的方法ParseQueryString,简单多了:

查看更多...

分类:Web编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 5948

新浪微博开放平台OAuth授权简单示例[C#]

Default.aspx:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

查看更多...

分类:Web编程 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 7173

全国各地车牌查询表


@201103/041GIF

查看更多...

分类:汽车知识 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 4143

Twitter发布图片的方法

引用内容 引用内容
If you'd like to share a photo or video on Twitter, it must first be uploaded to a third-party website, as Twitter does not currently host any content other than Tweets.

Most of these sites will allow you the option to post your photo or video directly to Twitter, with the option to add a message if you want. Alternately, you can copy and paste their link to your photo or video into your Tweet on Twitter.com. Links to photos and videos from the sites listed here will display your media in Twitter's details pane so that your followers can see your picture or video without leaving their timeline. [1]

Twitter本身只能添加文本内容,如果你想添加图片或视频,可以通过第三方网站来完成。这些网站大都是Twitter的第三方应用,你可以在上边上传图片或视频并发布到Twitter中,并且它们能在Twitter中直接显示出来。

查看更多...

分类:网络技术 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 14487

"神秘"的换行

下午调试一段程序时出现了奇怪的问题,有个记事本文件内容如下:



程序读取后显示却换行了:

查看更多...

分类:其他 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3709

Chrome扩展程序Proxy Switchy!配置示例



如上图所示,Switchy提供了两种模式来连接网络:①使用特定的代理服务器;②自动切换,下边我们就来说说它们是怎么配置的。

①.使用特定的代理服务器

查看更多...

分类:网络技术 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 8544
打开hosts文件(C:\Windows\System32\drivers\etc\hosts),增加以下内容即可:

#Google Chrome
74.125.39.99    chrome.google.com
74.125.39.103   chrome.google.com

查看更多...

分类:网络技术 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 8085