会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小╭ァ哥
博客园
园子
首页
新随笔
联系
管理
订阅
上一页
1
···
16
17
18
19
20
21
22
23
24
···
28
下一页
2010年8月16日
c# ifram 刷新父页面
摘要: Page.RegisterStartupScript("pop", @"<script> window.parent.location.reload(); </script>");
阅读全文
posted @ 2010-08-16 14:09 小さいです哥
阅读(304)
评论(4)
推荐(0)
2010年8月13日
c# 取IE地址值
摘要: protected string GetUrl() { //取本页URL地址 string strTemp = ""; strTemp = strTemp + Request.ServerVariables["URL"]; if (Request.QueryString != null) { strTemp = strTemp + "?" + Request.QueryString; } ret...
阅读全文
posted @ 2010-08-13 09:58 小さいです哥
阅读(317)
评论(0)
推荐(0)
2010年8月11日
[转].Net ajax检测用户名是否重复
摘要: LoginValidate.aspx<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LoginValidate.aspx.cs" Inherits="LoginValidate" %><html xmlns="http://www.w3.org/1999/xhtml" ><head runat="serv...
阅读全文
posted @ 2010-08-11 09:06 小さいです哥
阅读(457)
评论(3)
推荐(0)
2010年8月9日
【转】2010 招聘和面试
摘要: 一、自信 我曾好几次面试过毕业生,因为自己也是从那些年代出来的,多少有点体谅他们的不经事,所以也就没太多问工作经验的问题。更多还是问一些职业规划的理想,开始他们都很有抱负地滔滔不绝,可一到最后我问他们说,如果你被录取,这个薪资要求是多少?我不知道,对他们来说这个问题为什么这么困难,好多人都是吱吱唔唔地说自己想要几百、两K、三K。这情形就像刚出门的大姑娘一样,扭捏得让人揪心。更甚者有几个说自己不要钱...
阅读全文
posted @ 2010-08-09 14:16 小さいです哥
阅读(403)
评论(0)
推荐(0)
2010年7月30日
js 自动执行方法
摘要: <script type="text/javascript">var count=0;function ClickImageSwap(id){if(id==5)id=count;if(count==2)count=0;var tempImage=document.getElementById("TempImage");if(id==0){tempImage.src="images/to...
阅读全文
posted @ 2010-07-30 16:54 小さいです哥
阅读(463)
评论(0)
推荐(0)
2010年7月29日
js 层 分页显示选择用户名
摘要: /Files/xsmhero/selectUserList.zip
阅读全文
posted @ 2010-07-29 15:15 小さいです哥
阅读(222)
评论(0)
推荐(0)
2010年7月27日
c# Cookie的操作
摘要: #region Cookie的操作:Cookie的读取、Cookie的保存 /// <summary> /// 静态方法:保存Cookie /// </summary> /// <param name="Hash">内容</param> /// <param name="_remberme">存cookie天数</param>...
阅读全文
posted @ 2010-07-27 11:07 小さいです哥
阅读(434)
评论(1)
推荐(0)
2010年7月22日
iframe 无边框
摘要: <iframe src="you page's url" width="750" height="30" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes"></iframe>
阅读全文
posted @ 2010-07-22 11:20 小さいです哥
阅读(276)
评论(0)
推荐(0)
2010年7月12日
js 弹出层无刷新分页
摘要: /Files/xsmhero/js无刷新分页.zip
阅读全文
posted @ 2010-07-12 13:37 小さいです哥
阅读(834)
评论(0)
推荐(0)
2010年7月9日
js 添加数组 删除数组
摘要: function addUserName(arr,i){ var yap=false; for(var j=0;j<arr.length;j++){ if(arr[j]==i){ yap=true; break; } } if(!yap) { arr.push(i); } $("previewItem").value=arr+",";}function delUserName(arr,...
阅读全文
posted @ 2010-07-09 17:54 小さいです哥
阅读(251)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
28
下一页
公告