i read out not easy run rmysql package see here , here. rather found site , asked self if possible use jdbc mysql driver here rjdbc package? , how setup it.
i have custom design qt quick controls. example, change background colour of tool bar, since hate default design. how can that? in qt quick controls, there limited styling available via qt quick control styles items, buttonstyle , checkboxstyle , etc. at moment, other styles require delving qt sources , messing internal details. here complete example of how 1 might modify toolbar's style. main.qml import qtquick 2.1 import qtquick.layouts 1.0 import qtquick.controls 1.0 applicationwindow { toolbar: toolbar { id: toolbar component.oncompleted: toolbar.data[0].item.children = [newrectangle]; property item _newrectangle: rectangle { // rectangle within toolbarstyle's panel // gleaned from: // http://qt.gitorious.org/qt/qtquickcontrols/source/ // c304d741a27b5822a35d1fb83f8f5e65719907ce:src/styles/base/toolbarstyle.qml id: newrectangle anchors.fill: parent...
is there inbuilt stored procedure in sql-server return output of query xml document..? need convert result of query or stored proc xml of desired format , save xml desired folder. there several ways. blog post shows some.
authentication - No admin button in Trac - i've installed trac .10.5 , configured trac.htpasswd file, , able log in , view/create tickets. the problem unable administer ticket components such versions appear in drop list on new ticket . from command line, issued next command: trac-admin /foo/bar/trac/ permission add together myusername trac_admin user "myusername" listed in /foo/bar/trac/conf/trac.htpasswd , , able log in account. is there step i'm missing in order access scheme configuration area? (for instance, setting version numbers) edit: discovered version .10.* , below not have web admin capabilities installed default. http://trac.edgewall.org/wiki/webadmin i downloaded plugin source: svn export http://svn.edgewall.com/repos/trac/plugins/0.10/webadmin/ then ran setup.py , generated dist/tracwebadmin-0.1.2dev-py2.6.egg file. i issued easy_install tracwebadmin-0.1.2dev-py2.6.egg. here's output: processing tracw...
Comments
Post a Comment