hi everybody, i have purchased arduino uno r3 in south africa , don't have stores sell isp programmer, , make things worse no sparkfun or adafruit products sold in city don't have many options (not helpful know). now here's dilemma, constructing 2 barebones arduino's based on rbbb (really bare bones board) design (which don't here either resorted constructing them myself). hold of blank atmega328-pu chips not pico power version! so in desperate need of bootloading these chips uno bootloader, aware (after reading through forums) of fact signatures atmega328-pu , atmega328p-pu different. have followed several tutorials using arduino isp programmer no success. followed tutorial http://www.gammon.com.au/forum/?id=11635 hoping work atmega328-pu assuming works atmega328p-pu chip. i tried altering avrdude.conf , boards.txt suggested in thread http://arduino.cc/forum/index.php?topic=58670.0 : avrdude.conf code: [select] #------------------------------------...
hello, started overclock pi , got these stable settings; arm_freq = 1100 core_freq = 600 sdram_freq = 600 over_volt = 8 question arose when moved core_freq 500 600, , got relatively same benchmark scores. when raised arm_freq 1000 1100, got change of 16%, on whetstonepia6. difference between arm_freq, , core_freq? arm_freq sets maximum clock speed of arm cpu in soc. core_freq sets frequency of gpu in soc controls hardware , of memory caching. raspberrypi
i have id (primary key) set bigint in sql server. have query following: where whateverid = <cfqueryparam cfsqltype="cf_sql_integer" value="#url.id#"> i got invalid data type it. tried: where whateverid = <cfqueryparam cfsqltype="cf_sql_bigint" value="#url.id#"> i still got invalid data type it. tried: where whateverid = <cfqueryparam cfsqltype="cf_sql_int" value="#url.id#"> and worked. the weird thing cf_sql_int not listed being accepted: http://www.adobe.com/livedocs/coldfusion/5.0/cfml_reference/tags79.htm can explain me. > whateverid = <cfqueryparam cfsqltype="cf_sql_bigint" value="#url.id#"> what value of #url.id#? had no problems either using cf8. > weird thing cf_sql_int not listed being accepted: iirc, when pass in invalid sql type cf uses default: cf_sql_char, accepts anything. ms sql implicit convert() right type , why works. More discussions in Data...
Comments
Post a Comment