hello,
我在http://www.tuicool.com/articles/UVRjmyN看到您的网站,遇到两个问题,一个是ARC的问题,一个是实例演示的问题。第一个问题已经查找资料解决了,可是第二问题还是不知道怎么解决,我的验证代码如下:
var test = “170987350”
var test1 = NSData(contentsOfFile: test)
var test2 = NSString(string: “170”)
var test3 = test1?.aes256_encrypt(test2)
println(test3)
var test4 = test3?.aes256_decrypt(test2)
println(test4)
我用的是xcode 6.2,swift 语言,通过bridge.h头文件导入了你的oc文件,没有问题。根据上面的代码运行时,console中显示了两行nil,不知道是我的输入格式的问题,还是方法调用的问题。真心希望得到你的指导。我的邮箱是:[email protected]
ConnectionError at /reader/signup
Error -2 connecting to db_redis_sessions:6379. Name or service not known.
Request Method: POST
Request URL: http://127.0.0.1:8000/reader/signup
Django Version: 1.5.12
Exception Type: ConnectionError
Exception Value:
Error -2 connecting to db_redis_sessions:6379. Name or service not known.
Exception Location: /usr/local/lib/python2.7/dist-packages/redis/connection.py in connect, line 442
Python Executable: /usr/bin/python
Python Version: 2.7.15
Python Path:
hello,
我在http://www.tuicool.com/articles/UVRjmyN看到您的网站,遇到两个问题,一个是ARC的问题,一个是实例演示的问题。第一个问题已经查找资料解决了,可是第二问题还是不知道怎么解决,我的验证代码如下:
var test = “170987350”
var test1 = NSData(contentsOfFile: test)
var test2 = NSString(string: “170”)
var test3 = test1?.aes256_encrypt(test2)
println(test3)
var test4 = test3?.aes256_decrypt(test2)
println(test4)
我用的是xcode 6.2,swift 语言,通过bridge.h头文件导入了你的oc文件,没有问题。根据上面的代码运行时,console中显示了两行nil,不知道是我的输入格式的问题,还是方法调用的问题。真心希望得到你的指导。我的邮箱是:[email protected]
@ zhengwu
“NSData(contentsOfFile” 的意思你理解吗?它读取一个叫“170987350”的文件的内容。
学习wp知识,持续关注博主文章,嘿嘿
使用chrome无法打贵站!
你好,看了https://www.lidaren.com/archives/525 这一篇文章。想问一下,如何使用AS伪造referer来源呢?
您好 看到您有一篇关于newsblur的文章 想问一下 不知道您现在还用着么 我这边部署完后 注册时会弹出以下错误
ConnectionError at /reader/signup
Error -2 connecting to db_redis_sessions:6379. Name or service not known.
Request Method: POST
Request URL: http://127.0.0.1:8000/reader/signup
Django Version: 1.5.12
Exception Type: ConnectionError
Exception Value:
Error -2 connecting to db_redis_sessions:6379. Name or service not known.
Exception Location: /usr/local/lib/python2.7/dist-packages/redis/connection.py in connect, line 442
Python Executable: /usr/bin/python
Python Version: 2.7.15
Python Path:
[‘/home/xx/NewsBlur-master’,
‘/usr/lib/python2.7’,
‘/usr/lib/python2.7/plat-x86_64-linux-gnu’,
‘/usr/lib/python2.7/lib-tk’,
‘/usr/lib/python2.7/lib-old’,
‘/usr/lib/python2.7/lib-dynload’,
‘/usr/local/lib/python2.7/dist-packages’,
‘/usr/local/lib/python2.7/dist-packages/setuptools-40.6.3-py2.7.egg’,
‘/usr/lib/python2.7/dist-packages’,
‘/usr/lib/python2.7/dist-packages/gtk-2.0’,
‘/home/xx/NewsBlur-master/utils’,
‘/home/xx/NewsBlur-master/vendor’,
‘/srv/newsblur’]
Server time: Thu, 27 Dec 2018 01:02:15 +0000
不知道您出现过类似情况么 应该是数据库没弄好 但是我也不太清楚改哪里 新手 望指教