由买买提看人间百态

topics

全部话题 - 话题: mypassword
(共0页)
n********6
发帖数: 1511
1
--Fixed---
It's more on IIS configuration.
set impersonate = 0 in php.ini
set network service in application pool.
set username & pwd blank in php page.
-----Problem------------
I can use the 'WebAppDBConn' user in Studio, but failed in web.
Internal Server Error CDbConnection failed to open the DB connection. An
internal error occurred while the Web server was processing your request.
Please contact the webmaster to report this problem.
Thank you.
Connection String failed:
$databasetype =... 阅读全帖
l***h
发帖数: 9308
2
来自主题: _voip版 - 推荐 Onesuite VoIP feature
昨晚试了下不知道为啥注册不上?
server是voip.onsuite.com对吧,
user id:试过myuserid,还有myuserid-voip.onesuite.com,
password:试过mypassword, mypassword-voip.onesuite.com, m********[email protected]
ite.com
哪里出问题?
S*******C
发帖数: 822
3
我已经可以用windows命令行成功连接远端Amazon EC2 MySQL server,并且设置完数据
库和表格。
接下来要解决怎么在装上Amazon AWS插件的Eclipse IDE开发的JAVA代码中配置连接这
个MySQL数据库。
按照AWS官方教程
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_de
Establish a database connection in your code using your Amazon RDS DB
Instance's connectivity information. You can access your connectivity
information using environment variables. The following shows how you would
connect to the database on an RDS instance.
String dbName = System.getProperty("RDS_DB_NA... 阅读全帖
m********s
发帖数: 235
4
来自主题: Living版 - sipsorcery现在还work么? (转载)
case req.URI.User
when /^011/
sys.Dial("nonoh")
else
sys.GoogleVoiceCall("m*******[email protected]","mypassword", "my gizmo number","#
{req.URI.User}",".*",7)
end
the nonoh works but the US calls don't. any idea???Thanks!!!!!!!!!!!!!!!!!!!
f******e
发帖数: 206
5
来自主题: Apple版 - OS X Server VPN配置
长周末在家装上了VPN,这样就不用把服务器暴露在DMZ里了。以下步骤,仅供参考。
Step 1 - Preparation on Mac mini
1. Search OS X Server in App Store
2. Make payment ($19.99) then download/install
3. Set Mac mini's IP to static in home router admin webpage, e.g. 10.0.0.8
Step 2 - Configure Public Domain
1. Open 1and1 control panel
2. Create subdomain, e.g. vpn.mydomain.com
3. Edit subdomain's DNS setting by set A-Record IP to home router's public
IP
Step 3 - Config OS X Server
1. Enable VPN in Server app
2. Set VPN type to L2TP
3. VPN ... 阅读全帖
c**t
发帖数: 2744
6
来自主题: Database版 - Question about DSN (for oracle)
in XP, created system DSN with Microsoft ODBC for Oracle driver. In VBA, def
ined:
adostring = "Provider=MSDAORA.1;Password=myPassword;User ID=dbUser;Data Sour
ce=myDataSource;Persist Security Info=True"
but it always failed at: cn.Open adostring! any clue why?
y********o
发帖数: 2565
7
来自主题: Database版 - Question about DSN (for oracle)
It seems your connection string is for OleDb instead of ODBC, judging from
the info at the following URL.
http://www.connectionstrings.com/?carrier=oracle
What if you try this connection string as shown from the same URL for ODBC?
Driver={Microsoft ODBC for Oracle};Server=myServerAddress;Uid=myUsername;Pwd
=myPassword;

def
Sour
y********o
发帖数: 2565
8
来自主题: Database版 - Question about DSN (for oracle)
Even the one you initially used worked after you reboot your system?
The one you had in your first post:
adostring = "Provider=MSDAORA.1;Password=myPassword;User ID=dbUser;Data Sour
ce=myDataSource;Persist Security Info=True"
E**i
发帖数: 116
9
来自主题: Database版 - [合集] Question about DSN (for oracle)
☆─────────────────────────────────────☆
cogt (苦荆茶) 于 (Thu Apr 26 21:08:39 2007) 提到:
in XP, created system DSN with Microsoft ODBC for Oracle driver. In VBA, def
ined:
adostring = "Provider=MSDAORA.1;Password=myPassword;User ID=dbUser;Data Sour
ce=myDataSource;Persist Security Info=True"
but it always failed at: cn.Open adostring! any clue why?
☆─────────────────────────────────────☆
yiyayiyayo (Mera naam Itiaan hai) 于 (Fri Apr 27 00:01:05 2007) 提到:
It seems your connection string is fo
z****e
发帖数: 3810
10
来自主题: EmergingNetworking版 - 用godaddy的请看看
最近买了godaddy的hosting的服务,php和mysql连接总连不上.这是我的code:
mysql_connect ('www.mysite.com', 'myuser', 'mypassword');
mysql_select_db ('myuser');
只有可能是hostname错了,hostname换了'localhost'也不行.请教各位了.谢谢!
S*******C
发帖数: 822
11
我已经可以用windows命令行成功连接远端Amazon EC2 MySQL server,并且设置完数据
库和表格。
接下来要解决怎么在装上Amazon AWS插件的Eclipse IDE开发的JAVA代码中配置连接这
个MySQL数据库。
按照AWS官方教程
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_de
Establish a database connection in your code using your Amazon RDS DB
Instance's connectivity information. You can access your connectivity
information using environment variables. The following shows how you would
connect to the database on an RDS instance.
String dbName = System.getProperty("RDS_DB_NA... 阅读全帖
S*********g
发帖数: 5298
12
来自主题: Programming版 - 如何实现将网页内容自动存取?
In C#, use free visual studio express
login:
HtmlElementCollection elements = webBrowser1.Document.GetElementsByTagName("
input");
foreach (HtmlElement element in elements)
if (element.Name == "password") //look for the password field
{
element.SetAttribute("value", mypassword); //set the password
foreach (HtmlElement form in webBrowser1.Document.Forms) //look for the
form
if (form.Name == "login")
{
form.InvokeMember("submit"); //submit the form
return;
... 阅读全帖
S*******C
发帖数: 822
13
我已经可以用windows命令行成功连接远端Amazon EC2 MySQL server,并且设置完数据
库和表格。
接下来要解决怎么在装上Amazon AWS插件的Eclipse IDE开发的JAVA代码中配置连接这
个MySQL数据库。
按照AWS官方教程
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_de
Establish a database connection in your code using your Amazon RDS DB
Instance's connectivity information. You can access your connectivity
information using environment variables. The following shows how you would
connect to the database on an RDS instance.
String dbName = System.getProperty("RDS_DB_NA... 阅读全帖
w*s
发帖数: 7227
14
来自主题: Programming版 - Passport isAuthenticated() always returns TRUE
简化版的程序,logout, 按了back key后
isAuthenticated() 还说 "you are logged in".
var express = require('express');
var passport = require('passport');
var net = require('net');
var bodyParser = require('body-parser');
var http = require('http');
var multer = require('multer');
var cp = require('child_process');
var exec = require('child_process').exec;
var sys = require('sys');
var path = require('path');
var util = require('util');
var session = req... 阅读全帖
w********m
发帖数: 1137
15
Sub iomtest()
Dim swsSAS As SAS.Workspace
Dim rsSAS As New ADODB.Recordset
Dim obObjectFactory As New SASObjectManager.ObjectFactory
Dim obServer As New SASObjectManager.ServerDef
Dim cnnIOM As New ADODB.Connection
Dim xmlInfo As String
Dim fld As Field
Dim row As Long
Dim col As Long
obServer.MachineDNSName = "localhost"

'We Create a local SAS workspace
Set swsSAS = obObjectFactory.CreateObjectByServer("Workspace", True,
obServer, "myUserName", "myPassword")
'Run the SAS progr... 阅读全帖
(共0页)