制作出这样的效果首先建立了一个all.html<framesetrows="20%,*"frameborder="1"framespacing=5bordercolor=red><framesrc="top.html"noresize/>//top.html暂时用一张图片替代<framesetcols="20%,*"framespacing=5><framsrc="left.html"noresize/>//nor..
分类:
其他好文 时间:
2014-05-27 03:25:59
阅读次数:
293
正确代码:#include "stdio.h"
#include "Windows.h"
#include
int wmain(int argc, wchar_t* argv[])
{
setlocale(LC_ALL, "chs");
wprintf(L"%s\n", L"中文字符");
}其关键代码为:setlocale(LC_ALL, "chs");配置地域化信息函数为什么一定要调用...
分类:
其他好文 时间:
2014-05-22 13:02:06
阅读次数:
254
Given a linked list and a valuex, partition it
such that all nodes less thanxcome before nodes greater than or equal tox.You
should preserve the origi...
分类:
其他好文 时间:
2014-05-22 03:53:29
阅读次数:
313
1. 实验线路连接图使用Cisco Packet Tracer5.3 构建拓扑结构图2.
实验内容(1) 按图配置各台计算机IP 地址。(2) 参阅教材中内容,完成单交换机上的VLAN 配置,配置要求如图 所示,使用show vlan
指令查看VLAN的配置情况,并使用Ping 指令测试各台计算机之...
分类:
其他好文 时间:
2014-05-22 02:54:10
阅读次数:
306
--mysql中kill掉所有锁表的进程--------------------------------2014/05/20在数据库的管理中,我们经常会碰到锁表的问题,看一下进程列表.mysql>show
processlist;出来哗啦啦好几屏幕的, 没有一千也有几百条, 查询语句把表锁住了, 赶...
分类:
数据库 时间:
2014-05-22 02:17:16
阅读次数:
240
1.删除短信的函数,一条一条的删除所有短信/* * Delete all SMS one by one
*/ public void deleteSMS() { try { ContentResolver CR = getContentResolver();...
分类:
移动开发 时间:
2014-05-22 01:45:15
阅读次数:
444
Find a number which appears once in an array with
all the other numbers appear twice.
分类:
其他好文 时间:
2014-05-22 01:08:40
阅读次数:
278
今天在写一个sql的时候,使用了hive的unionall,运行时报错。sql如下:selectdimension_name,dt,dtype_name,uv,new_uv,old_uv,pv,stay_timefromtemp_bi.uv
unionall
select‘平台‘dimension_name
,dt
,app_platformdtype_name
,count(distinctmid)uv
,count(distinctcasewhenis_..
分类:
其他好文 时间:
2014-05-20 23:53:32
阅读次数:
527
jQuery函数的第二个参数可以指定DOM元素的搜索范围。
第二个参数可分为以下类型
DOM referencejQuery wrapperdocument
代码示例
// search within all form elements, using a wrapper for context,
// alerts "8...
分类:
Web程序 时间:
2014-05-20 16:32:25
阅读次数:
377
sql for xml 另一种写法(采用 tag 与 union all,简洁易懂)...
分类:
数据库 时间:
2014-05-20 16:13:06
阅读次数:
375