摘要: ... 阅读全文
posted @ 2016-10-22 10:41 博主的世界不一般 阅读(210) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; namespace ... 阅读全文
posted @ 2016-10-22 09:37 博主的世界不一般 阅读(131) 评论(0) 推荐(0)
摘要: 目前博主还是没有想通程序员的出路问题? 去年七月大学本科毕业,今年25。做程序员这行没有优势可言:一是培训机构太多,出来的都是代码段子手,干不过!;二是年龄太大,培训机构出来的段子手普遍年龄20到22;三是本身兴趣不大。 此外,还有留在大城市的出路问题? 在 大城市是为了啥?难道不是为了改变现状吗? 阅读全文
posted @ 2016-08-30 17:11 博主的世界不一般 阅读(100) 评论(0) 推荐(0)
摘要: //js搭配ashx的使用 $(function(){ //文档一加载完成就要运行,$(function()){} 相当于$(document).ready(function(){}); $('#btnadd').on('click',function(){ $.post('/admin/ashx/part.ashx',{"action":"getall"},fun... 阅读全文
posted @ 2016-08-30 16:47 博主的世界不一般 阅读(191) 评论(0) 推荐(0)