2016年7月27日

摘要: #!/usr/bin/env python #coding:utf-8 ''' Created on 2015年12月8日 @author: DL @Description: 使用二分法查找mobile文件中区号归属地 ''' import os import sys class SearchAreacode(object): def __init__(self,file... 阅读全文

posted @ 2016-07-27 14:41 NooBkey 阅读(182) 评论(0) 推荐(0) 编辑

摘要: SELECT order_id,product_name,qty FROM ordersINTO OUTFILE '/tmp/orders.csv'FIELDS TERMINATED BY ','ENCLOSED BY '"'LINES TERMINATED BY '\n' 阅读全文

posted @ 2016-07-27 12:48 NooBkey 阅读(116) 评论(0) 推荐(0) 编辑

摘要: <script>function getNameList(){ $.getJSON('/Namelist',function(res){ var content='' $.each(res,function(k,v){ content += '<tr>' content += '<td>'+v[0] 阅读全文

posted @ 2016-07-27 11:27 NooBkey 阅读(123) 评论(0) 推荐(0) 编辑


Copyright © 2024 NooBkey
Powered by .NET 8.0 on Kubernetes