码迷,mamicode.com
首页 >  
搜索关键字:literal    ( 346个结果
python中sql语句的占位符
报错信息:"File"/usr/lib/pymodules/python2.6/MySQLdb/cursors.py", line 151, inexecute query = query % db.literal(args)TypeError: %d format: a number is req ...
分类:数据库   时间:2017-10-27 18:05:07    阅读次数:639
Go语言格式化字符串
%s: 普通字符串 %q: 引号包含字符串 %x, %o, %b: 十六进制,8进制,2进制 %t: bool值 %d decimal integer %v any value in a natural format %T: type of any value %% literal percent ...
分类:编程语言   时间:2017-10-27 01:42:46    阅读次数:150
go interface 的坑
一、概述 运行: [root@node175 demo]# go run server.go # command-line-arguments./server.go:20: cannot use MyPrint literal (type MyPrint) as type Interface in ...
分类:其他好文   时间:2017-09-26 12:53:35    阅读次数:215
javascript箭头函数
原文 https://thewebjuice.com/es6-arrows/ 1 使用es6箭头定义匿名函数 es5 2 单个参数和多个参数 es5 3定义闭包 es5 4 Literal Syntax es5 ...
分类:编程语言   时间:2017-09-23 10:47:24    阅读次数:174
测试过程报错
voc_eval.py里报错: ValueError: invalid literal for int() with base 10: '180.0' faster rcnn obj_struct['bbox'] = [int(bbox.find('xmin').text), int(bbox.fi ...
分类:其他好文   时间:2017-09-16 13:39:35    阅读次数:294
JAVA问题String literal is not properly closed by a double-quote
String literal is not properly closed by a double-quote 这个错误:string字串没有以双引号结束String DBURL = "jdbc:oracle:thin:@192.168.1.25:1521:ora10g";这句最后面少一个双引号 s ...
分类:编程语言   时间:2017-09-04 14:55:55    阅读次数:268
go 笔记
匿名函数 拥有函数名的函数只能在包级语法块中被声明,通过函数字面量(function literal),我们可绕过这一限制,在任何表达式中表示一个函数值。函数字面量的语法和函数声明相似,区别在于func关键字后没有函数名。函数值字面量是一种表达式,它的值被成为匿名函数(anonymous funct ...
分类:其他好文   时间:2017-08-22 00:14:53    阅读次数:162
smarty函数
smarty里面包含两种函数: 一种是普通函数,一种是块函数。 用smarty模板从数据库读取数据在前台显示数据: .php页面: .html页面: <{ literal }>标签: 只要是被<{ literal }>括起来的含有定界符的就不会被解析掉。 ...
分类:其他好文   时间:2017-08-20 13:33:24    阅读次数:194
linux中的通配符、元字符、转义符
linux中的通配符、元字符、转义符 linux中的通配符元字符转义符 shell命令的构成 通配符 元字符meta 转义符 example reference shell命令的构成 每条linux命令中的每一个character都是下面两种之中的一个: - literal:普通纯文本 - 保留字: ...
分类:系统相关   时间:2017-08-20 11:27:11    阅读次数:359
leetcode 211. Add and Search Word - Data structure design
Design a data structure that supports the following two operations: search(word) can search a literal word or a regular expression string containing o ...
分类:其他好文   时间:2017-08-18 15:53:09    阅读次数:201
346条   上一页 1 ... 7 8 9 10 11 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!