-
Is there anyway i can the source code for this version of openbd:
version=2.0.1
state=final release
releasedate=1 December 2011
builddate=2011-12-01 16:13:52 GMT
any help is appreciated..
-
links to ColdFusion wiki, maybe cf documentation of tags, etc. any links to make the tutorial more useful
-
http://iss.ndl.go.jp/information/2018/06/28_announce_jpro/
NDLサーチが新たに提供を始めた書影APIへ対応してみる。
ただし、データプロバイダはおそらく openBD と同一なので、提供範囲が増えることは無さそうな雰囲気(?)。要検討。
-
```
Support the Open BlueDragon CFML engine.
```
Original issue reported on code.google.com by `per.djurner@gmail.com` on 24 Jul 2008 at 3:47
-
-
候補
楽天 books api
google books api
国立国会図書館
openBD
-
Something that has confused me for over two years, say I make a standard connection to mongodb
MongoRegister( name="mongo", server="127.0.0.1", db="testdb" );
everything works fine, the pool c…
-
日付を文字列気合パースすると結構つらい場面が有ったりなかったりするので、`datetime`で扱うといいかも
```python3:test.py
import datetime
datetime_str = '20200319'
date = datetime.datetime.strptime(datetime_str, '%Y%m%d')
print(date.strf…
-
```
Support the Open BlueDragon CFML engine.
```
Original issue reported on code.google.com by `per.djurner@gmail.com` on 24 Jul 2008 at 3:47
-
So basically, when running the demos on an Ubuntu server, I keep getting the error:
`The ARIAL,VERDANA,COURIER NEW font name is/are not supported.`
Since these are all MS fonts, this is not shockin…