码迷,mamicode.com
首页 >  
搜索关键字:tex    ( 694个结果
使用texturePaker批量转化pvr为pn
1、安装texturePacker和相关命令行工具;这里主要使用的时命令行工具;2、在终端写下改命令行:for f in $(find . -name "*.png"); do tf=$(echo $f | sed 's/.png//'); echo $tf ; /usr/local/bin/Tex...
分类:其他好文   时间:2015-01-23 15:50:17    阅读次数:334
C# 泛型集合
比较泛型集合和非泛型集合在运行中的效率:using System;using System.Collections;using System.Collections.Generic;using System.Diagnostics;using System.Linq;using System.Tex...
分类:Windows程序   时间:2015-01-19 00:06:35    阅读次数:294
css鼠标移动形状
cursor :hand 是手型pointer 也是手型,这里推荐使用这种,因为这可以在多种浏览器下使用。crosshair 是十字型tex t是移动到文本上的那种效果wait 是等待的那种效果default 是默认效果help 是问号e-res...
分类:移动开发   时间:2015-01-18 18:30:54    阅读次数:328
测试,测试
private void btnStart_Click(object sender, EventArgs e) { try { ser = TxStart.startServer(int.Parse(textBox_port.Tex...
分类:其他好文   时间:2015-01-17 13:46:59    阅读次数:146
Tex使用
表格标题改变成中文的"表":\renewcommand{\tablename}{表}同样图片的Figure改为中文的“图”:\renewcommand{\figurename}{图}
分类:其他好文   时间:2015-01-14 22:44:13    阅读次数:156
mysqldump备份失败问题小结
说明执行mysqldump时出现找不到某一个tables并且中断执行?及锁表后延伸出现的问题记录!问题及方案如下ErrorMeaage:执行mysqldump时出现找不到某一个tables并且中断执行[root@test100data]#mysqldumpfx>fx.sqlmysqldump:Goterror:1146:Table‘user_suggest_report‘doesn‘tex..
分类:数据库   时间:2015-01-10 06:44:29    阅读次数:194
百度地图API显示多个标注点并添加百度样式检索窗口
<%@ page language="java" pageEncoding="UTF-8"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> <script type="tex...
分类:Windows程序   时间:2014-12-31 16:37:19    阅读次数:215
POJ - 1488 - TEX Quotes (字符串!)
TEX Quotes Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 9046   Accepted: 4743 Description TEX is a typesetting language developed by Donald Knuth. It ta...
分类:其他好文   时间:2014-12-19 13:07:55    阅读次数:183
实现Ecshop商品跳到淘宝、京东等的购买链接
今天简单的实现了一下ecshop商品导出到第三方的购买链接功能。大致思路是给商品添加一个buy_link的text字段,存为json结构,然后通过json解析输出到商品购买页面1.添加字段增加购买链接字段,执行sql语句:1ALTERTABLE`ecs_goods`ADD`buy_link` TEX...
分类:其他好文   时间:2014-12-18 00:08:04    阅读次数:304
GFT_News Auto
using AnfleCrawler.Common;using Newtonsoft.Json.Linq;using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Tex...
分类:其他好文   时间:2014-12-17 10:46:33    阅读次数:190
694条   上一页 1 ... 56 57 58 59 60 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!